Shades of Caper #B8D37B
Tints of Caper #B8D37B
RGB
CMYK
RGB Variations
Color information
#B8D37B (or 0xB8D37B) is known color: Caper. HEX triplet: B8, D3 and 7B. RGB value is (184,211,123). Sum of RGB (Red+Green+Blue) = 184+211+123=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D37B is #472C84. Grayscale: #C1C1C1. Windows color (decimal): -4664453 or 8115128. OLE color: 8115128.
HSL color Cylindrical-coordinate representation of color #B8D37B: hue angle of 78.41º degrees, saturation: 0.5, 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 #B8D37B is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 211 | 123 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.17 |
| HSL | 78.41º | 0.5% | 0.65% | - |
| HSV(B) | 78.41º | 0.42% | 0.83% | - |
| XYZ | 46.64 | 58.21 | 27.52 | - |
| YUV | 192.9 | 88.55 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 211 | 123 | 0.13 | 0 | 0.42 | 0.17 | 78.41 | 0.5 | 0.65 |
| Hex | B8 | D3 | 7B | D | 0 | 2A | 11 | 4E | 32 | 41 |
| Octal | 270 | 323 | 173 | 15 | 0 | 52 | 21 | 116 | 62 | 101 |
| Binary | 10111000 | 11010011 | 1111011 | 1101 | 0 | 101010 | 10001 | 1001110 | 110010 | 1000001 |
Color Harmonies of #B8D37B
Complementary color
Monochromatic Colors of #B8D37B
Black with #B8D37B
Text Example
Text Example
White with #B8D37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D37B; }
p { color: rgb(184,211,123); }
H1.HeaderClassName
{
color: #B8D37B;
}
.AnyTagClassName
{
color: #B8D37B;
}
</style>
background-color css
<style>
a { background-color: #B8D37B; }
a { background-color: rgb(184,211,123); }
div.DivClassName
{
background-color: #B8D37B;
}
.BgClassName
{
background-color: #B8D37B;
}
</style>
border-color css
<style>
span { border-color: #B8D37B; }
span { border-color: rgb(184,211,123); }
td.TdClassName
{
border-color: #B8D37B;
}
.TagClassName
{
border-color: #B8D37B;
}
</style>