Shades of Caper #B8D37C
Tints of Caper #B8D37C
RGB
CMYK
RGB Variations
Color information
#B8D37C (or 0xB8D37C) is known color: Caper. HEX triplet: B8, D3 and 7C. RGB value is (184,211,124). Sum of RGB (Red+Green+Blue) = 184+211+124=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D37C is #472C83. Grayscale: #C1C1C1. Windows color (decimal): -4664452 or 8180664. OLE color: 8180664.
HSL color Cylindrical-coordinate representation of color #B8D37C: hue angle of 78.62º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8D37C is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 211 | 124 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.17 |
| HSL | 78.62º | 0.5% | 0.66% | - |
| HSV(B) | 78.62º | 0.41% | 0.83% | - |
| XYZ | 46.7 | 58.23 | 27.85 | - |
| YUV | 193.01 | 89.05 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 211 | 124 | 0.13 | 0 | 0.41 | 0.17 | 78.62 | 0.5 | 0.66 |
| Hex | B8 | D3 | 7C | D | 0 | 29 | 11 | 4F | 32 | 42 |
| Octal | 270 | 323 | 174 | 15 | 0 | 51 | 21 | 117 | 62 | 102 |
| Binary | 10111000 | 11010011 | 1111100 | 1101 | 0 | 101001 | 10001 | 1001111 | 110010 | 1000010 |
Color Harmonies of #B8D37C
Complementary color
Monochromatic Colors of #B8D37C
Black with #B8D37C
Text Example
Text Example
White with #B8D37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D37C; }
p { color: rgb(184,211,124); }
H1.HeaderClassName
{
color: #B8D37C;
}
.AnyTagClassName
{
color: #B8D37C;
}
</style>
background-color css
<style>
a { background-color: #B8D37C; }
a { background-color: rgb(184,211,124); }
div.DivClassName
{
background-color: #B8D37C;
}
.BgClassName
{
background-color: #B8D37C;
}
</style>
border-color css
<style>
span { border-color: #B8D37C; }
span { border-color: rgb(184,211,124); }
td.TdClassName
{
border-color: #B8D37C;
}
.TagClassName
{
border-color: #B8D37C;
}
</style>