Shades of Sulu #B8D970
Tints of Sulu #B8D970
RGB
CMYK
RGB Variations
Color information
#B8D970 (or 0xB8D970) is known color: Sulu. HEX triplet: B8, D9 and 70. RGB value is (184,217,112). Sum of RGB (Red+Green+Blue) = 184+217+112=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D970 is #47268F. Grayscale: #C3C3C3. Windows color (decimal): -4662928 or 7395768. OLE color: 7395768.
HSL color Cylindrical-coordinate representation of color #B8D970: hue angle of 78.86º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8D970 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 217 | 112 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.15 |
| HSL | 78.86º | 0.58% | 0.65% | - |
| HSV(B) | 78.86º | 0.48% | 0.85% | - |
| XYZ | 47.5 | 60.99 | 24.6 | - |
| YUV | 195.16 | 81.07 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 217 | 112 | 0.15 | 0 | 0.48 | 0.15 | 78.86 | 0.58 | 0.65 |
| Hex | B8 | D9 | 70 | F | 0 | 30 | F | 4F | 3A | 41 |
| Octal | 270 | 331 | 160 | 17 | 0 | 60 | 17 | 117 | 72 | 101 |
| Binary | 10111000 | 11011001 | 1110000 | 1111 | 0 | 110000 | 1111 | 1001111 | 111010 | 1000001 |
Color Harmonies of #B8D970
Complementary color
Monochromatic Colors of #B8D970
Black with #B8D970
Text Example
Text Example
White with #B8D970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D970; }
p { color: rgb(184,217,112); }
H1.HeaderClassName
{
color: #B8D970;
}
.AnyTagClassName
{
color: #B8D970;
}
</style>
background-color css
<style>
a { background-color: #B8D970; }
a { background-color: rgb(184,217,112); }
div.DivClassName
{
background-color: #B8D970;
}
.BgClassName
{
background-color: #B8D970;
}
</style>
border-color css
<style>
span { border-color: #B8D970; }
span { border-color: rgb(184,217,112); }
td.TdClassName
{
border-color: #B8D970;
}
.TagClassName
{
border-color: #B8D970;
}
</style>