Shades of Caper #B8D47B
Tints of Caper #B8D47B
RGB
CMYK
RGB Variations
Color information
#B8D47B (or 0xB8D47B) is known color: Caper. HEX triplet: B8, D4 and 7B. RGB value is (184,212,123). Sum of RGB (Red+Green+Blue) = 184+212+123=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #B8D47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D47B is #472B84. Grayscale: #C1C1C1. Windows color (decimal): -4664197 or 8115384. OLE color: 8115384.
HSL color Cylindrical-coordinate representation of color #B8D47B: hue angle of 78.88º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B8D47B is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 212 | 123 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.17 |
| HSL | 78.88º | 0.51% | 0.66% | - |
| HSV(B) | 78.88º | 0.42% | 0.83% | - |
| XYZ | 46.89 | 58.71 | 27.6 | - |
| YUV | 193.48 | 88.22 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 212 | 123 | 0.13 | 0 | 0.42 | 0.17 | 78.88 | 0.51 | 0.66 |
| Hex | B8 | D4 | 7B | D | 0 | 2A | 11 | 4F | 33 | 42 |
| Octal | 270 | 324 | 173 | 15 | 0 | 52 | 21 | 117 | 63 | 102 |
| Binary | 10111000 | 11010100 | 1111011 | 1101 | 0 | 101010 | 10001 | 1001111 | 110011 | 1000010 |
Color Harmonies of #B8D47B
Complementary color
Monochromatic Colors of #B8D47B
Black with #B8D47B
Text Example
Text Example
White with #B8D47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D47B; }
p { color: rgb(184,212,123); }
H1.HeaderClassName
{
color: #B8D47B;
}
.AnyTagClassName
{
color: #B8D47B;
}
</style>
background-color css
<style>
a { background-color: #B8D47B; }
a { background-color: rgb(184,212,123); }
div.DivClassName
{
background-color: #B8D47B;
}
.BgClassName
{
background-color: #B8D47B;
}
</style>
border-color css
<style>
span { border-color: #B8D47B; }
span { border-color: rgb(184,212,123); }
td.TdClassName
{
border-color: #B8D47B;
}
.TagClassName
{
border-color: #B8D47B;
}
</style>