Shades of Sulu #B8D880
Tints of Sulu #B8D880
RGB
CMYK
RGB Variations
Color information
#B8D880 (or 0xB8D880) is known color: Sulu. HEX triplet: B8, D8 and 80. RGB value is (184,216,128). Sum of RGB (Red+Green+Blue) = 184+216+128=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #B8D880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D880 is #47277F. Grayscale: #C4C4C4. Windows color (decimal): -4663168 or 8444088. OLE color: 8444088.
HSL color Cylindrical-coordinate representation of color #B8D880: hue angle of 81.82º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8D880 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 216 | 128 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.15 |
| HSL | 81.82º | 0.53% | 0.67% | - |
| HSV(B) | 81.82º | 0.41% | 0.85% | - |
| XYZ | 48.22 | 60.86 | 29.63 | - |
| YUV | 196.4 | 89.4 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 216 | 128 | 0.15 | 0 | 0.41 | 0.15 | 81.82 | 0.53 | 0.67 |
| Hex | B8 | D8 | 80 | F | 0 | 29 | F | 52 | 35 | 43 |
| Octal | 270 | 330 | 200 | 17 | 0 | 51 | 17 | 122 | 65 | 103 |
| Binary | 10111000 | 11011000 | 10000000 | 1111 | 0 | 101001 | 1111 | 1010010 | 110101 | 1000011 |
Color Harmonies of #B8D880
Complementary color
Monochromatic Colors of #B8D880
Black with #B8D880
Text Example
Text Example
White with #B8D880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D880; }
p { color: rgb(184,216,128); }
H1.HeaderClassName
{
color: #B8D880;
}
.AnyTagClassName
{
color: #B8D880;
}
</style>
background-color css
<style>
a { background-color: #B8D880; }
a { background-color: rgb(184,216,128); }
div.DivClassName
{
background-color: #B8D880;
}
.BgClassName
{
background-color: #B8D880;
}
</style>
border-color css
<style>
span { border-color: #B8D880; }
span { border-color: rgb(184,216,128); }
td.TdClassName
{
border-color: #B8D880;
}
.TagClassName
{
border-color: #B8D880;
}
</style>