Shades of Sulu #BBE672
Tints of Sulu #BBE672
RGB
CMYK
RGB Variations
Color information
#BBE672 (or 0xBBE672) is known color: Sulu. HEX triplet: BB, E6 and 72. RGB value is (187,230,114). Sum of RGB (Red+Green+Blue) = 187+230+114=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 230 (90.23% from 255 or 43.31% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE672 is #44198D. Grayscale: #CCCCCC. Windows color (decimal): -4462990 or 7530171. OLE color: 7530171.
HSL color Cylindrical-coordinate representation of color #BBE672: hue angle of 82.24º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBE672 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 230 | 114 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.10 |
| HSL | 82.24º | 0.7% | 0.67% | - |
| HSV(B) | 82.24º | 0.5% | 0.9% | - |
| XYZ | 51.83 | 68.37 | 26.39 | - |
| YUV | 203.92 | 77.25 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 230 | 114 | 0.19 | 0 | 0.50 | 0.10 | 82.24 | 0.7 | 0.67 |
| Hex | BB | E6 | 72 | 13 | 0 | 32 | A | 52 | 46 | 43 |
| Octal | 273 | 346 | 162 | 23 | 0 | 62 | 12 | 122 | 106 | 103 |
| Binary | 10111011 | 11100110 | 1110010 | 10011 | 0 | 110010 | 1010 | 1010010 | 1000110 | 1000011 |
Color Harmonies of #BBE672
Complementary color
Monochromatic Colors of #BBE672
Black with #BBE672
Text Example
Text Example
White with #BBE672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE672; }
p { color: rgb(187,230,114); }
H1.HeaderClassName
{
color: #BBE672;
}
.AnyTagClassName
{
color: #BBE672;
}
</style>
background-color css
<style>
a { background-color: #BBE672; }
a { background-color: rgb(187,230,114); }
div.DivClassName
{
background-color: #BBE672;
}
.BgClassName
{
background-color: #BBE672;
}
</style>
border-color css
<style>
span { border-color: #BBE672; }
span { border-color: rgb(187,230,114); }
td.TdClassName
{
border-color: #BBE672;
}
.TagClassName
{
border-color: #BBE672;
}
</style>