Shades of Sulu #BBD781
Tints of Sulu #BBD781
RGB
CMYK
RGB Variations
Color information
#BBD781 (or 0xBBD781) is known color: Sulu. HEX triplet: BB, D7 and 81. RGB value is (187,215,129). Sum of RGB (Red+Green+Blue) = 187+215+129=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD781 is #44287E. Grayscale: #C5C5C5. Windows color (decimal): -4466815 or 8509371. OLE color: 8509371.
HSL color Cylindrical-coordinate representation of color #BBD781: hue angle of 79.53º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBD781 is Cyan = 0.13, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 215 | 129 | - |
| CMYK | 0.13 | 0 | 0.4 | 0.16 |
| HSL | 79.53º | 0.52% | 0.67% | - |
| HSV(B) | 79.53º | 0.4% | 0.84% | - |
| XYZ | 48.76 | 60.75 | 29.93 | - |
| YUV | 196.82 | 89.72 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 129 | 0.13 | 0 | 0.4 | 0.16 | 79.53 | 0.52 | 0.67 |
| Hex | BB | D7 | 81 | D | 0 | 28 | 10 | 50 | 34 | 43 |
| Octal | 273 | 327 | 201 | 15 | 0 | 50 | 20 | 120 | 64 | 103 |
| Binary | 10111011 | 11010111 | 10000001 | 1101 | 0 | 101000 | 10000 | 1010000 | 110100 | 1000011 |
Color Harmonies of #BBD781
Complementary color
Monochromatic Colors of #BBD781
Black with #BBD781
Text Example
Text Example
White with #BBD781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD781; }
p { color: rgb(187,215,129); }
H1.HeaderClassName
{
color: #BBD781;
}
.AnyTagClassName
{
color: #BBD781;
}
</style>
background-color css
<style>
a { background-color: #BBD781; }
a { background-color: rgb(187,215,129); }
div.DivClassName
{
background-color: #BBD781;
}
.BgClassName
{
background-color: #BBD781;
}
</style>
border-color css
<style>
span { border-color: #BBD781; }
span { border-color: rgb(187,215,129); }
td.TdClassName
{
border-color: #BBD781;
}
.TagClassName
{
border-color: #BBD781;
}
</style>