Shades of Sulu #B8D978
Tints of Sulu #B8D978
RGB
CMYK
RGB Variations
Color information
#B8D978 (or 0xB8D978) is known color: Sulu. HEX triplet: B8, D9 and 78. RGB value is (184,217,120). Sum of RGB (Red+Green+Blue) = 184+217+120=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D978 is #472687. Grayscale: #C4C4C4. Windows color (decimal): -4662920 or 7920056. OLE color: 7920056.
HSL color Cylindrical-coordinate representation of color #B8D978: hue angle of 80.41º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B8D978 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 217 | 120 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.15 |
| HSL | 80.41º | 0.56% | 0.66% | - |
| HSV(B) | 80.41º | 0.45% | 0.85% | - |
| XYZ | 47.97 | 61.17 | 27.05 | - |
| YUV | 196.08 | 85.07 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 217 | 120 | 0.15 | 0 | 0.45 | 0.15 | 80.41 | 0.56 | 0.66 |
| Hex | B8 | D9 | 78 | F | 0 | 2D | F | 50 | 38 | 42 |
| Octal | 270 | 331 | 170 | 17 | 0 | 55 | 17 | 120 | 70 | 102 |
| Binary | 10111000 | 11011001 | 1111000 | 1111 | 0 | 101101 | 1111 | 1010000 | 111000 | 1000010 |
Color Harmonies of #B8D978
Complementary color
Monochromatic Colors of #B8D978
Black with #B8D978
Text Example
Text Example
White with #B8D978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D978; }
p { color: rgb(184,217,120); }
H1.HeaderClassName
{
color: #B8D978;
}
.AnyTagClassName
{
color: #B8D978;
}
</style>
background-color css
<style>
a { background-color: #B8D978; }
a { background-color: rgb(184,217,120); }
div.DivClassName
{
background-color: #B8D978;
}
.BgClassName
{
background-color: #B8D978;
}
</style>
border-color css
<style>
span { border-color: #B8D978; }
span { border-color: rgb(184,217,120); }
td.TdClassName
{
border-color: #B8D978;
}
.TagClassName
{
border-color: #B8D978;
}
</style>