Shades of Sulu #BBEA8A
Tints of Sulu #BBEA8A
RGB
CMYK
RGB Variations
Color information
#BBEA8A (or 0xBBEA8A) is known color: Sulu. HEX triplet: BB, EA and 8A. RGB value is (187,234,138). Sum of RGB (Red+Green+Blue) = 187+234+138=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEA8A is #441575. Grayscale: #D1D1D1. Windows color (decimal): -4461942 or 9104059. OLE color: 9104059.
HSL color Cylindrical-coordinate representation of color #BBEA8A: hue angle of 89.37º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBEA8A is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 138 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.08 |
| HSL | 89.37º | 0.7% | 0.73% | - |
| HSV(B) | 89.37º | 0.41% | 0.92% | - |
| XYZ | 54.5 | 71.25 | 34.92 | - |
| YUV | 209 | 87.93 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 138 | 0.20 | 0 | 0.41 | 0.08 | 89.37 | 0.7 | 0.73 |
| Hex | BB | EA | 8A | 14 | 0 | 29 | 8 | 59 | 46 | 49 |
| Octal | 273 | 352 | 212 | 24 | 0 | 51 | 10 | 131 | 106 | 111 |
| Binary | 10111011 | 11101010 | 10001010 | 10100 | 0 | 101001 | 1000 | 1011001 | 1000110 | 1001001 |
Color Harmonies of #BBEA8A
Complementary color
Monochromatic Colors of #BBEA8A
Black with #BBEA8A
Text Example
Text Example
White with #BBEA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEA8A; }
p { color: rgb(187,234,138); }
H1.HeaderClassName
{
color: #BBEA8A;
}
.AnyTagClassName
{
color: #BBEA8A;
}
</style>
background-color css
<style>
a { background-color: #BBEA8A; }
a { background-color: rgb(187,234,138); }
div.DivClassName
{
background-color: #BBEA8A;
}
.BgClassName
{
background-color: #BBEA8A;
}
</style>
border-color css
<style>
span { border-color: #BBEA8A; }
span { border-color: rgb(187,234,138); }
td.TdClassName
{
border-color: #BBEA8A;
}
.TagClassName
{
border-color: #BBEA8A;
}
</style>