Shades of Sulu #BBD87C
Tints of Sulu #BBD87C
RGB
CMYK
RGB Variations
Color information
#BBD87C (or 0xBBD87C) is known color: Sulu. HEX triplet: BB, D8 and 7C. RGB value is (187,216,124). Sum of RGB (Red+Green+Blue) = 187+216+124=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD87C is #442783. Grayscale: #C5C5C5. Windows color (decimal): -4466564 or 8181947. OLE color: 8181947.
HSL color Cylindrical-coordinate representation of color #BBD87C: hue angle of 78.91º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBD87C is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 216 | 124 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.15 |
| HSL | 78.91º | 0.54% | 0.67% | - |
| HSV(B) | 78.91º | 0.43% | 0.85% | - |
| XYZ | 48.69 | 61.13 | 28.3 | - |
| YUV | 196.84 | 86.89 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 124 | 0.13 | 0 | 0.43 | 0.15 | 78.91 | 0.54 | 0.67 |
| Hex | BB | D8 | 7C | D | 0 | 2B | F | 4F | 36 | 43 |
| Octal | 273 | 330 | 174 | 15 | 0 | 53 | 17 | 117 | 66 | 103 |
| Binary | 10111011 | 11011000 | 1111100 | 1101 | 0 | 101011 | 1111 | 1001111 | 110110 | 1000011 |
Color Harmonies of #BBD87C
Complementary color
Monochromatic Colors of #BBD87C
Black with #BBD87C
Text Example
Text Example
White with #BBD87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD87C; }
p { color: rgb(187,216,124); }
H1.HeaderClassName
{
color: #BBD87C;
}
.AnyTagClassName
{
color: #BBD87C;
}
</style>
background-color css
<style>
a { background-color: #BBD87C; }
a { background-color: rgb(187,216,124); }
div.DivClassName
{
background-color: #BBD87C;
}
.BgClassName
{
background-color: #BBD87C;
}
</style>
border-color css
<style>
span { border-color: #BBD87C; }
span { border-color: rgb(187,216,124); }
td.TdClassName
{
border-color: #BBD87C;
}
.TagClassName
{
border-color: #BBD87C;
}
</style>