Shades of Caper #B8D37E
Tints of Caper #B8D37E
RGB
CMYK
RGB Variations
Color information
#B8D37E (or 0xB8D37E) is known color: Caper. HEX triplet: B8, D3 and 7E. RGB value is (184,211,126). Sum of RGB (Red+Green+Blue) = 184+211+126=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D37E is #472C81. Grayscale: #C1C1C1. Windows color (decimal): -4664450 or 8311736. OLE color: 8311736.
HSL color Cylindrical-coordinate representation of color #B8D37E: hue angle of 79.06º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8D37E is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 211 | 126 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.17 |
| HSL | 79.06º | 0.49% | 0.66% | - |
| HSV(B) | 79.06º | 0.4% | 0.83% | - |
| XYZ | 46.83 | 58.29 | 28.52 | - |
| YUV | 193.24 | 90.05 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 211 | 126 | 0.13 | 0 | 0.40 | 0.17 | 79.06 | 0.49 | 0.66 |
| Hex | B8 | D3 | 7E | D | 0 | 28 | 11 | 4F | 31 | 42 |
| Octal | 270 | 323 | 176 | 15 | 0 | 50 | 21 | 117 | 61 | 102 |
| Binary | 10111000 | 11010011 | 1111110 | 1101 | 0 | 101000 | 10001 | 1001111 | 110001 | 1000010 |
Color Harmonies of #B8D37E
Complementary color
Monochromatic Colors of #B8D37E
Black with #B8D37E
Text Example
Text Example
White with #B8D37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D37E; }
p { color: rgb(184,211,126); }
H1.HeaderClassName
{
color: #B8D37E;
}
.AnyTagClassName
{
color: #B8D37E;
}
</style>
background-color css
<style>
a { background-color: #B8D37E; }
a { background-color: rgb(184,211,126); }
div.DivClassName
{
background-color: #B8D37E;
}
.BgClassName
{
background-color: #B8D37E;
}
</style>
border-color css
<style>
span { border-color: #B8D37E; }
span { border-color: rgb(184,211,126); }
td.TdClassName
{
border-color: #B8D37E;
}
.TagClassName
{
border-color: #B8D37E;
}
</style>