Shades of Sulu #BBE573
Tints of Sulu #BBE573
RGB
CMYK
RGB Variations
Color information
#BBE573 (or 0xBBE573) is known color: Sulu. HEX triplet: BB, E5 and 73. RGB value is (187,229,115). Sum of RGB (Red+Green+Blue) = 187+229+115=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE573 is #441A8C. Grayscale: #CBCBCB. Windows color (decimal): -4463245 or 7595451. OLE color: 7595451.
HSL color Cylindrical-coordinate representation of color #BBE573: hue angle of 82.11º degrees, saturation: 0.69, 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 #BBE573 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 115 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.10 |
| HSL | 82.11º | 0.69% | 0.67% | - |
| HSV(B) | 82.11º | 0.5% | 0.9% | - |
| XYZ | 51.61 | 67.84 | 26.59 | - |
| YUV | 203.45 | 78.09 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 115 | 0.18 | 0 | 0.50 | 0.10 | 82.11 | 0.69 | 0.67 |
| Hex | BB | E5 | 73 | 12 | 0 | 32 | A | 52 | 45 | 43 |
| Octal | 273 | 345 | 163 | 22 | 0 | 62 | 12 | 122 | 105 | 103 |
| Binary | 10111011 | 11100101 | 1110011 | 10010 | 0 | 110010 | 1010 | 1010010 | 1000101 | 1000011 |
Color Harmonies of #BBE573
Complementary color
Monochromatic Colors of #BBE573
Black with #BBE573
Text Example
Text Example
White with #BBE573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE573; }
p { color: rgb(187,229,115); }
H1.HeaderClassName
{
color: #BBE573;
}
.AnyTagClassName
{
color: #BBE573;
}
</style>
background-color css
<style>
a { background-color: #BBE573; }
a { background-color: rgb(187,229,115); }
div.DivClassName
{
background-color: #BBE573;
}
.BgClassName
{
background-color: #BBE573;
}
</style>
border-color css
<style>
span { border-color: #BBE573; }
span { border-color: rgb(187,229,115); }
td.TdClassName
{
border-color: #BBE573;
}
.TagClassName
{
border-color: #BBE573;
}
</style>