Shades of Sulu #B8DC6E
Tints of Sulu #B8DC6E
RGB
CMYK
RGB Variations
Color information
#B8DC6E (or 0xB8DC6E) is known color: Sulu. HEX triplet: B8, DC and 6E. RGB value is (184,220,110). Sum of RGB (Red+Green+Blue) = 184+220+110=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 110 (43.36% from 255 or 21.40% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DC6E is #472391. Grayscale: #C5C5C5. Windows color (decimal): -4662162 or 7265464. OLE color: 7265464.
HSL color Cylindrical-coordinate representation of color #B8DC6E: hue angle of 79.64º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8DC6E is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 220 | 110 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.14 |
| HSL | 79.64º | 0.61% | 0.65% | - |
| HSV(B) | 79.64º | 0.5% | 0.86% | - |
| XYZ | 48.17 | 62.5 | 24.28 | - |
| YUV | 196.7 | 79.07 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 110 | 0.16 | 0 | 0.50 | 0.14 | 79.64 | 0.61 | 0.65 |
| Hex | B8 | DC | 6E | 10 | 0 | 32 | E | 50 | 3D | 41 |
| Octal | 270 | 334 | 156 | 20 | 0 | 62 | 16 | 120 | 75 | 101 |
| Binary | 10111000 | 11011100 | 1101110 | 10000 | 0 | 110010 | 1110 | 1010000 | 111101 | 1000001 |
Color Harmonies of #B8DC6E
Complementary color
Monochromatic Colors of #B8DC6E
Black with #B8DC6E
Text Example
Text Example
White with #B8DC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DC6E; }
p { color: rgb(184,220,110); }
H1.HeaderClassName
{
color: #B8DC6E;
}
.AnyTagClassName
{
color: #B8DC6E;
}
</style>
background-color css
<style>
a { background-color: #B8DC6E; }
a { background-color: rgb(184,220,110); }
div.DivClassName
{
background-color: #B8DC6E;
}
.BgClassName
{
background-color: #B8DC6E;
}
</style>
border-color css
<style>
span { border-color: #B8DC6E; }
span { border-color: rgb(184,220,110); }
td.TdClassName
{
border-color: #B8DC6E;
}
.TagClassName
{
border-color: #B8DC6E;
}
</style>