Shades of Sulu #B9D77D
Tints of Sulu #B9D77D
RGB
CMYK
RGB Variations
Color information
#B9D77D (or 0xB9D77D) is known color: Sulu. HEX triplet: B9, D7 and 7D. RGB value is (185,215,125). Sum of RGB (Red+Green+Blue) = 185+215+125=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 215 (84.38% from 255 or 40.95% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D77D is #462882. Grayscale: #C4C4C4. Windows color (decimal): -4597891 or 8247225. OLE color: 8247225.
HSL color Cylindrical-coordinate representation of color #B9D77D: hue angle of 80º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9D77D is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 215 | 125 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.16 |
| HSL | 80º | 0.53% | 0.67% | - |
| HSV(B) | 80º | 0.42% | 0.84% | - |
| XYZ | 48.01 | 60.4 | 28.53 | - |
| YUV | 195.77 | 88.06 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 215 | 125 | 0.14 | 0 | 0.42 | 0.16 | 80 | 0.53 | 0.67 |
| Hex | B9 | D7 | 7D | E | 0 | 2A | 10 | 50 | 35 | 43 |
| Octal | 271 | 327 | 175 | 16 | 0 | 52 | 20 | 120 | 65 | 103 |
| Binary | 10111001 | 11010111 | 1111101 | 1110 | 0 | 101010 | 10000 | 1010000 | 110101 | 1000011 |
Color Harmonies of #B9D77D
Complementary color
Monochromatic Colors of #B9D77D
Black with #B9D77D
Text Example
Text Example
White with #B9D77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D77D; }
p { color: rgb(185,215,125); }
H1.HeaderClassName
{
color: #B9D77D;
}
.AnyTagClassName
{
color: #B9D77D;
}
</style>
background-color css
<style>
a { background-color: #B9D77D; }
a { background-color: rgb(185,215,125); }
div.DivClassName
{
background-color: #B9D77D;
}
.BgClassName
{
background-color: #B9D77D;
}
</style>
border-color css
<style>
span { border-color: #B9D77D; }
span { border-color: rgb(185,215,125); }
td.TdClassName
{
border-color: #B9D77D;
}
.TagClassName
{
border-color: #B9D77D;
}
</style>