Shades of Caper #B8D47A
Tints of Caper #B8D47A
RGB
CMYK
RGB Variations
Color information
#B8D47A (or 0xB8D47A) is known color: Caper. HEX triplet: B8, D4 and 7A. RGB value is (184,212,122). Sum of RGB (Red+Green+Blue) = 184+212+122=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 122 (48.05% from 255 or 23.55% from 518); Max value from RGB is 212 - color contains mainly: green. Hex color #B8D47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D47A is #472B85. Grayscale: #C1C1C1. Windows color (decimal): -4664198 or 8049848. OLE color: 8049848.
HSL color Cylindrical-coordinate representation of color #B8D47A: hue angle of 78.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B8D47A is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 212 | 122 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.17 |
| HSL | 78.67º | 0.51% | 0.65% | - |
| HSV(B) | 78.67º | 0.42% | 0.83% | - |
| XYZ | 46.82 | 58.68 | 27.27 | - |
| YUV | 193.37 | 87.72 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 212 | 122 | 0.13 | 0 | 0.42 | 0.17 | 78.67 | 0.51 | 0.65 |
| Hex | B8 | D4 | 7A | D | 0 | 2A | 11 | 4F | 33 | 41 |
| Octal | 270 | 324 | 172 | 15 | 0 | 52 | 21 | 117 | 63 | 101 |
| Binary | 10111000 | 11010100 | 1111010 | 1101 | 0 | 101010 | 10001 | 1001111 | 110011 | 1000001 |
Color Harmonies of #B8D47A
Complementary color
Monochromatic Colors of #B8D47A
Black with #B8D47A
Text Example
Text Example
White with #B8D47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D47A; }
p { color: rgb(184,212,122); }
H1.HeaderClassName
{
color: #B8D47A;
}
.AnyTagClassName
{
color: #B8D47A;
}
</style>
background-color css
<style>
a { background-color: #B8D47A; }
a { background-color: rgb(184,212,122); }
div.DivClassName
{
background-color: #B8D47A;
}
.BgClassName
{
background-color: #B8D47A;
}
</style>
border-color css
<style>
span { border-color: #B8D47A; }
span { border-color: rgb(184,212,122); }
td.TdClassName
{
border-color: #B8D47A;
}
.TagClassName
{
border-color: #B8D47A;
}
</style>