Shades of Sulu #BBE471
Tints of Sulu #BBE471
RGB
CMYK
RGB Variations
Color information
#BBE471 (or 0xBBE471) is known color: Sulu. HEX triplet: BB, E4 and 71. RGB value is (187,228,113). Sum of RGB (Red+Green+Blue) = 187+228+113=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE471 is #441B8E. Grayscale: #CBCBCB. Windows color (decimal): -4463503 or 7464123. OLE color: 7464123.
HSL color Cylindrical-coordinate representation of color #BBE471: hue angle of 81.39º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBE471 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 228 | 113 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.11 |
| HSL | 81.39º | 0.68% | 0.67% | - |
| HSV(B) | 81.39º | 0.5% | 0.89% | - |
| XYZ | 51.22 | 67.24 | 25.9 | - |
| YUV | 202.63 | 77.42 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 113 | 0.18 | 0 | 0.50 | 0.11 | 81.39 | 0.68 | 0.67 |
| Hex | BB | E4 | 71 | 12 | 0 | 32 | B | 51 | 44 | 43 |
| Octal | 273 | 344 | 161 | 22 | 0 | 62 | 13 | 121 | 104 | 103 |
| Binary | 10111011 | 11100100 | 1110001 | 10010 | 0 | 110010 | 1011 | 1010001 | 1000100 | 1000011 |
Color Harmonies of #BBE471
Complementary color
Monochromatic Colors of #BBE471
Black with #BBE471
Text Example
Text Example
White with #BBE471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE471; }
p { color: rgb(187,228,113); }
H1.HeaderClassName
{
color: #BBE471;
}
.AnyTagClassName
{
color: #BBE471;
}
</style>
background-color css
<style>
a { background-color: #BBE471; }
a { background-color: rgb(187,228,113); }
div.DivClassName
{
background-color: #BBE471;
}
.BgClassName
{
background-color: #BBE471;
}
</style>
border-color css
<style>
span { border-color: #BBE471; }
span { border-color: rgb(187,228,113); }
td.TdClassName
{
border-color: #BBE471;
}
.TagClassName
{
border-color: #BBE471;
}
</style>