Shades of Caper #B8D57D
Tints of Caper #B8D57D
RGB
CMYK
RGB Variations
Color information
#B8D57D (or 0xB8D57D) is known color: Caper. HEX triplet: B8, D5 and 7D. RGB value is (184,213,125). Sum of RGB (Red+Green+Blue) = 184+213+125=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D57D is #472A82. Grayscale: #C2C2C2. Windows color (decimal): -4663939 or 8246712. OLE color: 8246712.
HSL color Cylindrical-coordinate representation of color #B8D57D: hue angle of 79.77º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8D57D is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 213 | 125 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.16 |
| HSL | 79.77º | 0.51% | 0.66% | - |
| HSV(B) | 79.77º | 0.41% | 0.84% | - |
| XYZ | 47.26 | 59.26 | 28.35 | - |
| YUV | 194.3 | 88.89 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 213 | 125 | 0.14 | 0 | 0.41 | 0.16 | 79.77 | 0.51 | 0.66 |
| Hex | B8 | D5 | 7D | E | 0 | 29 | 10 | 50 | 33 | 42 |
| Octal | 270 | 325 | 175 | 16 | 0 | 51 | 20 | 120 | 63 | 102 |
| Binary | 10111000 | 11010101 | 1111101 | 1110 | 0 | 101001 | 10000 | 1010000 | 110011 | 1000010 |
Color Harmonies of #B8D57D
Complementary color
Monochromatic Colors of #B8D57D
Black with #B8D57D
Text Example
Text Example
White with #B8D57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D57D; }
p { color: rgb(184,213,125); }
H1.HeaderClassName
{
color: #B8D57D;
}
.AnyTagClassName
{
color: #B8D57D;
}
</style>
background-color css
<style>
a { background-color: #B8D57D; }
a { background-color: rgb(184,213,125); }
div.DivClassName
{
background-color: #B8D57D;
}
.BgClassName
{
background-color: #B8D57D;
}
</style>
border-color css
<style>
span { border-color: #B8D57D; }
span { border-color: rgb(184,213,125); }
td.TdClassName
{
border-color: #B8D57D;
}
.TagClassName
{
border-color: #B8D57D;
}
</style>