Shades of Sulu #BBD873
Tints of Sulu #BBD873
RGB
CMYK
RGB Variations
Color information
#BBD873 (or 0xBBD873) is known color: Sulu. HEX triplet: BB, D8 and 73. RGB value is (187,216,115). Sum of RGB (Red+Green+Blue) = 187+216+115=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 115 (45.31% from 255 or 22.20% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD873 is #44278C. Grayscale: #C4C4C4. Windows color (decimal): -4466573 or 7592123. OLE color: 7592123.
HSL color Cylindrical-coordinate representation of color #BBD873: hue angle of 77.23º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBD873 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 216 | 115 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.15 |
| HSL | 77.23º | 0.56% | 0.65% | - |
| HSV(B) | 77.23º | 0.47% | 0.85% | - |
| XYZ | 48.14 | 60.91 | 25.44 | - |
| YUV | 195.82 | 82.39 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 115 | 0.13 | 0 | 0.47 | 0.15 | 77.23 | 0.56 | 0.65 |
| Hex | BB | D8 | 73 | D | 0 | 2F | F | 4D | 38 | 41 |
| Octal | 273 | 330 | 163 | 15 | 0 | 57 | 17 | 115 | 70 | 101 |
| Binary | 10111011 | 11011000 | 1110011 | 1101 | 0 | 101111 | 1111 | 1001101 | 111000 | 1000001 |
Color Harmonies of #BBD873
Complementary color
Monochromatic Colors of #BBD873
Black with #BBD873
Text Example
Text Example
White with #BBD873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD873; }
p { color: rgb(187,216,115); }
H1.HeaderClassName
{
color: #BBD873;
}
.AnyTagClassName
{
color: #BBD873;
}
</style>
background-color css
<style>
a { background-color: #BBD873; }
a { background-color: rgb(187,216,115); }
div.DivClassName
{
background-color: #BBD873;
}
.BgClassName
{
background-color: #BBD873;
}
</style>
border-color css
<style>
span { border-color: #BBD873; }
span { border-color: rgb(187,216,115); }
td.TdClassName
{
border-color: #BBD873;
}
.TagClassName
{
border-color: #BBD873;
}
</style>