Shades of Sulu #B9D87C
Tints of Sulu #B9D87C
RGB
CMYK
RGB Variations
Color information
#B9D87C (or 0xB9D87C) is known color: Sulu. HEX triplet: B9, D8 and 7C. RGB value is (185,216,124). Sum of RGB (Red+Green+Blue) = 185+216+124=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D87C is #462783. Grayscale: #C4C4C4. Windows color (decimal): -4597636 or 8181945. OLE color: 8181945.
HSL color Cylindrical-coordinate representation of color #B9D87C: hue angle of 80.22º 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 #B9D87C is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 124 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.15 |
| HSL | 80.22º | 0.54% | 0.67% | - |
| HSV(B) | 80.22º | 0.43% | 0.85% | - |
| XYZ | 48.2 | 60.88 | 28.28 | - |
| YUV | 196.24 | 87.23 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 124 | 0.14 | 0 | 0.43 | 0.15 | 80.22 | 0.54 | 0.67 |
| Hex | B9 | D8 | 7C | E | 0 | 2B | F | 50 | 36 | 43 |
| Octal | 271 | 330 | 174 | 16 | 0 | 53 | 17 | 120 | 66 | 103 |
| Binary | 10111001 | 11011000 | 1111100 | 1110 | 0 | 101011 | 1111 | 1010000 | 110110 | 1000011 |
Color Harmonies of #B9D87C
Complementary color
Monochromatic Colors of #B9D87C
Black with #B9D87C
Text Example
Text Example
White with #B9D87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D87C; }
p { color: rgb(185,216,124); }
H1.HeaderClassName
{
color: #B9D87C;
}
.AnyTagClassName
{
color: #B9D87C;
}
</style>
background-color css
<style>
a { background-color: #B9D87C; }
a { background-color: rgb(185,216,124); }
div.DivClassName
{
background-color: #B9D87C;
}
.BgClassName
{
background-color: #B9D87C;
}
</style>
border-color css
<style>
span { border-color: #B9D87C; }
span { border-color: rgb(185,216,124); }
td.TdClassName
{
border-color: #B9D87C;
}
.TagClassName
{
border-color: #B9D87C;
}
</style>