Shades of Sulu #B9D87D
Tints of Sulu #B9D87D
RGB
CMYK
RGB Variations
Color information
#B9D87D (or 0xB9D87D) is known color: Sulu. HEX triplet: B9, D8 and 7D. RGB value is (185,216,125). Sum of RGB (Red+Green+Blue) = 185+216+125=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D87D is #462782. Grayscale: #C4C4C4. Windows color (decimal): -4597635 or 8247481. OLE color: 8247481.
HSL color Cylindrical-coordinate representation of color #B9D87D: hue angle of 80.44º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9D87D is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 125 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.15 |
| HSL | 80.44º | 0.54% | 0.67% | - |
| HSV(B) | 80.44º | 0.42% | 0.85% | - |
| XYZ | 48.27 | 60.91 | 28.61 | - |
| YUV | 196.36 | 87.73 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 125 | 0.14 | 0 | 0.42 | 0.15 | 80.44 | 0.54 | 0.67 |
| Hex | B9 | D8 | 7D | E | 0 | 2A | F | 50 | 36 | 43 |
| Octal | 271 | 330 | 175 | 16 | 0 | 52 | 17 | 120 | 66 | 103 |
| Binary | 10111001 | 11011000 | 1111101 | 1110 | 0 | 101010 | 1111 | 1010000 | 110110 | 1000011 |
Color Harmonies of #B9D87D
Complementary color
Monochromatic Colors of #B9D87D
Black with #B9D87D
Text Example
Text Example
White with #B9D87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D87D; }
p { color: rgb(185,216,125); }
H1.HeaderClassName
{
color: #B9D87D;
}
.AnyTagClassName
{
color: #B9D87D;
}
</style>
background-color css
<style>
a { background-color: #B9D87D; }
a { background-color: rgb(185,216,125); }
div.DivClassName
{
background-color: #B9D87D;
}
.BgClassName
{
background-color: #B9D87D;
}
</style>
border-color css
<style>
span { border-color: #B9D87D; }
span { border-color: rgb(185,216,125); }
td.TdClassName
{
border-color: #B9D87D;
}
.TagClassName
{
border-color: #B9D87D;
}
</style>