Shades of Sulu #BBD982
Tints of Sulu #BBD982
RGB
CMYK
RGB Variations
Color information
#BBD982 (or 0xBBD982) is known color: Sulu. HEX triplet: BB, D9 and 82. RGB value is (187,217,130). Sum of RGB (Red+Green+Blue) = 187+217+130=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 130 (51.17% from 255 or 24.34% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD982 is #44267D. Grayscale: #C6C6C6. Windows color (decimal): -4466302 or 8575419. OLE color: 8575419.
HSL color Cylindrical-coordinate representation of color #BBD982: hue angle of 80.69º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBD982 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 217 | 130 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.15 |
| HSL | 80.69º | 0.53% | 0.68% | - |
| HSV(B) | 80.69º | 0.4% | 0.85% | - |
| XYZ | 49.34 | 61.8 | 30.45 | - |
| YUV | 198.11 | 89.56 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 130 | 0.14 | 0 | 0.40 | 0.15 | 80.69 | 0.53 | 0.68 |
| Hex | BB | D9 | 82 | E | 0 | 28 | F | 51 | 35 | 44 |
| Octal | 273 | 331 | 202 | 16 | 0 | 50 | 17 | 121 | 65 | 104 |
| Binary | 10111011 | 11011001 | 10000010 | 1110 | 0 | 101000 | 1111 | 1010001 | 110101 | 1000100 |
Color Harmonies of #BBD982
Complementary color
Monochromatic Colors of #BBD982
Black with #BBD982
Text Example
Text Example
White with #BBD982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD982; }
p { color: rgb(187,217,130); }
H1.HeaderClassName
{
color: #BBD982;
}
.AnyTagClassName
{
color: #BBD982;
}
</style>
background-color css
<style>
a { background-color: #BBD982; }
a { background-color: rgb(187,217,130); }
div.DivClassName
{
background-color: #BBD982;
}
.BgClassName
{
background-color: #BBD982;
}
</style>
border-color css
<style>
span { border-color: #BBD982; }
span { border-color: rgb(187,217,130); }
td.TdClassName
{
border-color: #BBD982;
}
.TagClassName
{
border-color: #BBD982;
}
</style>