Shades of Caper #B8D47E
Tints of Caper #B8D47E
RGB
CMYK
RGB Variations
Color information
#B8D47E (or 0xB8D47E) is known color: Caper. HEX triplet: B8, D4 and 7E. RGB value is (184,212,126). Sum of RGB (Red+Green+Blue) = 184+212+126=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 212 - color contains mainly: green. Hex color #B8D47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D47E is #472B81. Grayscale: #C2C2C2. Windows color (decimal): -4664194 or 8311992. OLE color: 8311992.
HSL color Cylindrical-coordinate representation of color #B8D47E: hue angle of 79.53º 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 #B8D47E is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 212 | 126 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.17 |
| HSL | 79.53º | 0.5% | 0.66% | - |
| HSV(B) | 79.53º | 0.41% | 0.83% | - |
| XYZ | 47.08 | 58.78 | 28.6 | - |
| YUV | 193.82 | 89.72 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 212 | 126 | 0.13 | 0 | 0.41 | 0.17 | 79.53 | 0.5 | 0.66 |
| Hex | B8 | D4 | 7E | D | 0 | 29 | 11 | 50 | 32 | 42 |
| Octal | 270 | 324 | 176 | 15 | 0 | 51 | 21 | 120 | 62 | 102 |
| Binary | 10111000 | 11010100 | 1111110 | 1101 | 0 | 101001 | 10001 | 1010000 | 110010 | 1000010 |
Color Harmonies of #B8D47E
Complementary color
Monochromatic Colors of #B8D47E
Black with #B8D47E
Text Example
Text Example
White with #B8D47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D47E; }
p { color: rgb(184,212,126); }
H1.HeaderClassName
{
color: #B8D47E;
}
.AnyTagClassName
{
color: #B8D47E;
}
</style>
background-color css
<style>
a { background-color: #B8D47E; }
a { background-color: rgb(184,212,126); }
div.DivClassName
{
background-color: #B8D47E;
}
.BgClassName
{
background-color: #B8D47E;
}
</style>
border-color css
<style>
span { border-color: #B8D47E; }
span { border-color: rgb(184,212,126); }
td.TdClassName
{
border-color: #B8D47E;
}
.TagClassName
{
border-color: #B8D47E;
}
</style>