COLOR #BBEA75

HEX: #BBEA75 RGB: (187,234,117)

Color info

#BBEA75 contains mainly red and green colors. Web safe color of #BBEA75 is #CCFF66 (or #CF6).

RGB color model

#BBEA75 color RGB value is (187,234,117).

RGB: (187,234,117) (73%, 92%, 46%)

RGB channels and saturation

R 187 of 255 = 73%
G 234 of 255 = 92%
B 117 of 255 = 46%

187
234
117

R + G + B ~ 70%. #BBEA75 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 234 + 117 = 538 (100%)
R 187 of 538 ~ 34.76%
G 234 of 538 ~ 43.49%
B 117 of 538 ~ 21.75'%

%34.76
%43.49
%21.75

CMYK color model

#BBEA75 color CMYK value is (20,0,50,8).

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 8.24%

CMYK: (20,0,50,8)
C20M0Y50K8 (20%, 0%, 50%, 8%)
(0.20 / 0.00 / 0.50 / 0.08)

CMYK percentages

%20.09
%0
%50
%8.24

Codes

Color #BBEA75 in popluar color models

BB EA 75
RGB 187 234 117
HSL 84° 73.58% 68.82%
HSB/HSV 84° 50.00% 91.76%
CMYK 20.09% 0.00% 50.00%
8.24%

Color #BBEA75 in popluar number systems.

HEX BB EA 75
Decimal 187 234 117
Binary 10111011 11101010 1110101
Octal 273 352 165

Shades and tints

Shades of #BBEA75

#BBEA75
(187,234,117)
#AAD56B
(170,213,107)
#99C061
(153,192,97)
#88AB57
(136,171,87)
#77964D
(119,150,77)
#668143
(102,129,67)
#556C39
(85,108,57)
#44572F
(68,87,47)
#334225
(51,66,37)
#222D1B
(34,45,27)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #BBEA75

#BBEA75
(187,234,117)
#C1EB81
(193,235,129)
#C7EC8D
(199,236,141)
#CDED99
(205,237,153)
#D3EEA5
(211,238,165)
#D9EFB1
(217,239,177)
#DFF0BD
(223,240,189)
#E5F1C9
(229,241,201)
#EBF2D5
(235,242,213)
#F1F3E1
(241,243,225)
#F7F4ED
(247,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBEA75 color. Also use rgb(187,234,117) instead hex code.

Text Font Color

.myTextColor { color: #BBEA75; }

<p style="color:#BBEA75">This sample text font color is #BBEA75.</p>

This text font color is #BBEA75.

Background Color

.myBgColor { background-color: #BBEA75; }

<div style="background-color:#BBEA75">Inner text</div>

This div background color is #BBEA75.

Border color

.myBorderColor { border: 1px solid #BBEA75; }

<div style="border:3px solid #BBEA75">Div</div>

This div border color is #BBEA75.

Opacity

.myOpacity80 { color: #BBEA75; opacity: 0.8; }

<p style="color:#BBEA75;opacity:0.8;">80%</p>

Text with #BBEA75 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BBEA75;}

<p style="text-shadow: 3px 3px 1px #BBEA75">Text here.</p>

This text has shadow with #BBEA75 color.


.textShadow {text-shadow: 3px 3px 1px #BBEA75', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BBEA75, 5px 5px 20px red">Text here.</p>

This text has shadow with #BBEA75 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBEA75, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BBEA75, Direction=45, Strength=4)">Text</p>

This text has shadow with #BBEA75 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBEA75;
-webkit-box-shadow: 1px 1px 3px 2px #BBEA75;
box-shadow: 1px 1px 3px 2px #BBEA75;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBEA75; -webkit-box-shadow: 1px 1px 3px 2px #BBEA75; box-shadow:1px 1px 3px 2px #BBEA75;">
Div content here
</div>

This div box has shadow with color #BBEA75.

Preview

Color preview on black background

This text has color #BBEA75 on black background.


Color preview on white background

This text has color #BBEA75 on white background.


Black color preview on #BBEA75 background

This text has black color on #BBEA75 background.


White color preview on #BBEA75 background

This text has white color on #BBEA75 background.


Related colors

Complementary color

Complementary color for #hex is #44158A.


I love getcolorcode.com

Triadic colors

1 #75BBEA and #EA75BB with #BBEA75 are triadic colors.

2 #75EABB and #EABB75 with #BBEA75 are triadic colors.