Shades of Sulu #B8DB7C
Tints of Sulu #B8DB7C
RGB
CMYK
RGB Variations
Color information
#B8DB7C (or 0xB8DB7C) is known color: Sulu. HEX triplet: B8, DB and 7C. RGB value is (184,219,124). Sum of RGB (Red+Green+Blue) = 184+219+124=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DB7C is #472483. Grayscale: #C6C6C6. Windows color (decimal): -4662404 or 8182712. OLE color: 8182712.
HSL color Cylindrical-coordinate representation of color #B8DB7C: hue angle of 82.11º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8DB7C is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 219 | 124 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.14 |
| HSL | 82.11º | 0.57% | 0.67% | - |
| HSV(B) | 82.11º | 0.43% | 0.86% | - |
| XYZ | 48.74 | 62.31 | 28.53 | - |
| YUV | 197.71 | 86.4 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 219 | 124 | 0.16 | 0 | 0.43 | 0.14 | 82.11 | 0.57 | 0.67 |
| Hex | B8 | DB | 7C | 10 | 0 | 2B | E | 52 | 39 | 43 |
| Octal | 270 | 333 | 174 | 20 | 0 | 53 | 16 | 122 | 71 | 103 |
| Binary | 10111000 | 11011011 | 1111100 | 10000 | 0 | 101011 | 1110 | 1010010 | 111001 | 1000011 |
Color Harmonies of #B8DB7C
Complementary color
Monochromatic Colors of #B8DB7C
Black with #B8DB7C
Text Example
Text Example
White with #B8DB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DB7C; }
p { color: rgb(184,219,124); }
H1.HeaderClassName
{
color: #B8DB7C;
}
.AnyTagClassName
{
color: #B8DB7C;
}
</style>
background-color css
<style>
a { background-color: #B8DB7C; }
a { background-color: rgb(184,219,124); }
div.DivClassName
{
background-color: #B8DB7C;
}
.BgClassName
{
background-color: #B8DB7C;
}
</style>
border-color css
<style>
span { border-color: #B8DB7C; }
span { border-color: rgb(184,219,124); }
td.TdClassName
{
border-color: #B8DB7C;
}
.TagClassName
{
border-color: #B8DB7C;
}
</style>