Shades of Sulu #BBE575
Tints of Sulu #BBE575
RGB
CMYK
RGB Variations
Color information
#BBE575 (or 0xBBE575) is known color: Sulu. HEX triplet: BB, E5 and 75. RGB value is (187,229,117). Sum of RGB (Red+Green+Blue) = 187+229+117=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE575 is #441A8A. Grayscale: #CCCCCC. Windows color (decimal): -4463243 or 7726523. OLE color: 7726523.
HSL color Cylindrical-coordinate representation of color #BBE575: hue angle of 82.5º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBE575 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 117 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.10 |
| HSL | 82.5º | 0.68% | 0.68% | - |
| HSV(B) | 82.5º | 0.49% | 0.9% | - |
| XYZ | 51.72 | 67.89 | 27.21 | - |
| YUV | 203.67 | 79.09 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 117 | 0.18 | 0 | 0.49 | 0.10 | 82.5 | 0.68 | 0.68 |
| Hex | BB | E5 | 75 | 12 | 0 | 31 | A | 52 | 44 | 44 |
| Octal | 273 | 345 | 165 | 22 | 0 | 61 | 12 | 122 | 104 | 104 |
| Binary | 10111011 | 11100101 | 1110101 | 10010 | 0 | 110001 | 1010 | 1010010 | 1000100 | 1000100 |
Color Harmonies of #BBE575
Complementary color
Monochromatic Colors of #BBE575
Black with #BBE575
Text Example
Text Example
White with #BBE575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE575; }
p { color: rgb(187,229,117); }
H1.HeaderClassName
{
color: #BBE575;
}
.AnyTagClassName
{
color: #BBE575;
}
</style>
background-color css
<style>
a { background-color: #BBE575; }
a { background-color: rgb(187,229,117); }
div.DivClassName
{
background-color: #BBE575;
}
.BgClassName
{
background-color: #BBE575;
}
</style>
border-color css
<style>
span { border-color: #BBE575; }
span { border-color: rgb(187,229,117); }
td.TdClassName
{
border-color: #BBE575;
}
.TagClassName
{
border-color: #BBE575;
}
</style>