Shades of Sulu #B8DC88
Tints of Sulu #B8DC88
RGB
CMYK
RGB Variations
Color information
#B8DC88 (or 0xB8DC88) is known color: Sulu. HEX triplet: B8, DC and 88. RGB value is (184,220,136). Sum of RGB (Red+Green+Blue) = 184+220+136=540 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.07% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 136 (53.52% from 255 or 25.19% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DC88 is #472377. Grayscale: #C7C7C7. Windows color (decimal): -4662136 or 8969400. OLE color: 8969400.
HSL color Cylindrical-coordinate representation of color #B8DC88: hue angle of 85.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8DC88 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 220 | 136 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.14 |
| HSL | 85.71º | 0.55% | 0.7% | - |
| HSV(B) | 85.71º | 0.38% | 0.86% | - |
| XYZ | 49.8 | 63.15 | 32.86 | - |
| YUV | 199.66 | 92.07 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 136 | 0.16 | 0 | 0.38 | 0.14 | 85.71 | 0.55 | 0.7 |
| Hex | B8 | DC | 88 | 10 | 0 | 26 | E | 56 | 37 | 46 |
| Octal | 270 | 334 | 210 | 20 | 0 | 46 | 16 | 126 | 67 | 106 |
| Binary | 10111000 | 11011100 | 10001000 | 10000 | 0 | 100110 | 1110 | 1010110 | 110111 | 1000110 |
Color Harmonies of #B8DC88
Complementary color
Monochromatic Colors of #B8DC88
Black with #B8DC88
Text Example
Text Example
White with #B8DC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DC88; }
p { color: rgb(184,220,136); }
H1.HeaderClassName
{
color: #B8DC88;
}
.AnyTagClassName
{
color: #B8DC88;
}
</style>
background-color css
<style>
a { background-color: #B8DC88; }
a { background-color: rgb(184,220,136); }
div.DivClassName
{
background-color: #B8DC88;
}
.BgClassName
{
background-color: #B8DC88;
}
</style>
border-color css
<style>
span { border-color: #B8DC88; }
span { border-color: rgb(184,220,136); }
td.TdClassName
{
border-color: #B8DC88;
}
.TagClassName
{
border-color: #B8DC88;
}
</style>