Shades of Sulu #BBE974
Tints of Sulu #BBE974
RGB
CMYK
RGB Variations
Color information
#BBE974 (or 0xBBE974) is known color: Sulu. HEX triplet: BB, E9 and 74. RGB value is (187,233,116). Sum of RGB (Red+Green+Blue) = 187+233+116=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE974 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE974 is #44168B. Grayscale: #CECECE. Windows color (decimal): -4462220 or 7662011. OLE color: 7662011.
HSL color Cylindrical-coordinate representation of color #BBE974: hue angle of 83.59º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBE974 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 116 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.09 |
| HSL | 83.59º | 0.73% | 0.68% | - |
| HSV(B) | 83.59º | 0.5% | 0.91% | - |
| XYZ | 52.78 | 70.1 | 27.27 | - |
| YUV | 205.91 | 77.26 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 116 | 0.20 | 0 | 0.50 | 0.09 | 83.59 | 0.73 | 0.68 |
| Hex | BB | E9 | 74 | 14 | 0 | 32 | 9 | 54 | 49 | 44 |
| Octal | 273 | 351 | 164 | 24 | 0 | 62 | 11 | 124 | 111 | 104 |
| Binary | 10111011 | 11101001 | 1110100 | 10100 | 0 | 110010 | 1001 | 1010100 | 1001001 | 1000100 |
Color Harmonies of #BBE974
Complementary color
Monochromatic Colors of #BBE974
Black with #BBE974
Text Example
Text Example
White with #BBE974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE974; }
p { color: rgb(187,233,116); }
H1.HeaderClassName
{
color: #BBE974;
}
.AnyTagClassName
{
color: #BBE974;
}
</style>
background-color css
<style>
a { background-color: #BBE974; }
a { background-color: rgb(187,233,116); }
div.DivClassName
{
background-color: #BBE974;
}
.BgClassName
{
background-color: #BBE974;
}
</style>
border-color css
<style>
span { border-color: #BBE974; }
span { border-color: rgb(187,233,116); }
td.TdClassName
{
border-color: #BBE974;
}
.TagClassName
{
border-color: #BBE974;
}
</style>