Shades of Sulu #BBE569
Tints of Sulu #BBE569
RGB
CMYK
RGB Variations
Color information
#BBE569 (or 0xBBE569) is known color: Sulu. HEX triplet: BB, E5 and 69. RGB value is (187,229,105). Sum of RGB (Red+Green+Blue) = 187+229+105=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE569 is #441A96. Grayscale: #CACACA. Windows color (decimal): -4463255 or 6940091. OLE color: 6940091.
HSL color Cylindrical-coordinate representation of color #BBE569: hue angle of 80.32º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBE569 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 105 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.10 |
| HSL | 80.32º | 0.7% | 0.65% | - |
| HSV(B) | 80.32º | 0.54% | 0.9% | - |
| XYZ | 51.06 | 67.62 | 23.73 | - |
| YUV | 202.31 | 73.09 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 105 | 0.18 | 0 | 0.54 | 0.10 | 80.32 | 0.7 | 0.65 |
| Hex | BB | E5 | 69 | 12 | 0 | 36 | A | 50 | 46 | 41 |
| Octal | 273 | 345 | 151 | 22 | 0 | 66 | 12 | 120 | 106 | 101 |
| Binary | 10111011 | 11100101 | 1101001 | 10010 | 0 | 110110 | 1010 | 1010000 | 1000110 | 1000001 |
Color Harmonies of #BBE569
Complementary color
Monochromatic Colors of #BBE569
Black with #BBE569
Text Example
Text Example
White with #BBE569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE569; }
p { color: rgb(187,229,105); }
H1.HeaderClassName
{
color: #BBE569;
}
.AnyTagClassName
{
color: #BBE569;
}
</style>
background-color css
<style>
a { background-color: #BBE569; }
a { background-color: rgb(187,229,105); }
div.DivClassName
{
background-color: #BBE569;
}
.BgClassName
{
background-color: #BBE569;
}
</style>
border-color css
<style>
span { border-color: #BBE569; }
span { border-color: rgb(187,229,105); }
td.TdClassName
{
border-color: #BBE569;
}
.TagClassName
{
border-color: #BBE569;
}
</style>