Shades of Caper #B8D37D
Tints of Caper #B8D37D
RGB
CMYK
RGB Variations
Color information
#B8D37D (or 0xB8D37D) is known color: Caper. HEX triplet: B8, D3 and 7D. RGB value is (184,211,125). Sum of RGB (Red+Green+Blue) = 184+211+125=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D37D is #472C82. Grayscale: #C1C1C1. Windows color (decimal): -4664451 or 8246200. OLE color: 8246200.
HSL color Cylindrical-coordinate representation of color #B8D37D: hue angle of 78.84º degrees, saturation: 0.49, 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 #B8D37D is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 211 | 125 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.17 |
| HSL | 78.84º | 0.49% | 0.66% | - |
| HSV(B) | 78.84º | 0.41% | 0.83% | - |
| XYZ | 46.76 | 58.26 | 28.18 | - |
| YUV | 193.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 211 | 125 | 0.13 | 0 | 0.41 | 0.17 | 78.84 | 0.49 | 0.66 |
| Hex | B8 | D3 | 7D | D | 0 | 29 | 11 | 4F | 31 | 42 |
| Octal | 270 | 323 | 175 | 15 | 0 | 51 | 21 | 117 | 61 | 102 |
| Binary | 10111000 | 11010011 | 1111101 | 1101 | 0 | 101001 | 10001 | 1001111 | 110001 | 1000010 |
Color Harmonies of #B8D37D
Complementary color
Monochromatic Colors of #B8D37D
Black with #B8D37D
Text Example
Text Example
White with #B8D37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D37D; }
p { color: rgb(184,211,125); }
H1.HeaderClassName
{
color: #B8D37D;
}
.AnyTagClassName
{
color: #B8D37D;
}
</style>
background-color css
<style>
a { background-color: #B8D37D; }
a { background-color: rgb(184,211,125); }
div.DivClassName
{
background-color: #B8D37D;
}
.BgClassName
{
background-color: #B8D37D;
}
</style>
border-color css
<style>
span { border-color: #B8D37D; }
span { border-color: rgb(184,211,125); }
td.TdClassName
{
border-color: #B8D37D;
}
.TagClassName
{
border-color: #B8D37D;
}
</style>