Shades of Sulu #BBE073
Tints of Sulu #BBE073
RGB
CMYK
RGB Variations
Color information
#BBE073 (or 0xBBE073) is known color: Sulu. HEX triplet: BB, E0 and 73. RGB value is (187,224,115). Sum of RGB (Red+Green+Blue) = 187+224+115=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 115 (45.31% from 255 or 21.86% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE073 is #441F8C. Grayscale: #C8C8C8. Windows color (decimal): -4464525 or 7594171. OLE color: 7594171.
HSL color Cylindrical-coordinate representation of color #BBE073: hue angle of 80.37º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBE073 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 115 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.12 |
| HSL | 80.37º | 0.64% | 0.66% | - |
| HSV(B) | 80.37º | 0.49% | 0.88% | - |
| XYZ | 50.24 | 65.11 | 26.14 | - |
| YUV | 200.51 | 79.74 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 115 | 0.17 | 0 | 0.49 | 0.12 | 80.37 | 0.64 | 0.66 |
| Hex | BB | E0 | 73 | 11 | 0 | 31 | C | 50 | 40 | 42 |
| Octal | 273 | 340 | 163 | 21 | 0 | 61 | 14 | 120 | 100 | 102 |
| Binary | 10111011 | 11100000 | 1110011 | 10001 | 0 | 110001 | 1100 | 1010000 | 1000000 | 1000010 |
Color Harmonies of #BBE073
Complementary color
Monochromatic Colors of #BBE073
Black with #BBE073
Text Example
Text Example
White with #BBE073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE073; }
p { color: rgb(187,224,115); }
H1.HeaderClassName
{
color: #BBE073;
}
.AnyTagClassName
{
color: #BBE073;
}
</style>
background-color css
<style>
a { background-color: #BBE073; }
a { background-color: rgb(187,224,115); }
div.DivClassName
{
background-color: #BBE073;
}
.BgClassName
{
background-color: #BBE073;
}
</style>
border-color css
<style>
span { border-color: #BBE073; }
span { border-color: rgb(187,224,115); }
td.TdClassName
{
border-color: #BBE073;
}
.TagClassName
{
border-color: #BBE073;
}
</style>