Shades of Caper #B8D376
Tints of Caper #B8D376
RGB
CMYK
RGB Variations
Color information
#B8D376 (or 0xB8D376) is known color: Caper. HEX triplet: B8, D3 and 76. RGB value is (184,211,118). Sum of RGB (Red+Green+Blue) = 184+211+118=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 118 (46.48% from 255 or 23.00% from 513); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D376 is #472C89. Grayscale: #C0C0C0. Windows color (decimal): -4664458 or 7787448. OLE color: 7787448.
HSL color Cylindrical-coordinate representation of color #B8D376: hue angle of 77.42º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B8D376 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 211 | 118 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.17 |
| HSL | 77.42º | 0.51% | 0.65% | - |
| HSV(B) | 77.42º | 0.44% | 0.83% | - |
| XYZ | 46.33 | 58.09 | 25.91 | - |
| YUV | 192.33 | 86.05 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 211 | 118 | 0.13 | 0 | 0.44 | 0.17 | 77.42 | 0.51 | 0.65 |
| Hex | B8 | D3 | 76 | D | 0 | 2C | 11 | 4D | 33 | 41 |
| Octal | 270 | 323 | 166 | 15 | 0 | 54 | 21 | 115 | 63 | 101 |
| Binary | 10111000 | 11010011 | 1110110 | 1101 | 0 | 101100 | 10001 | 1001101 | 110011 | 1000001 |
Color Harmonies of #B8D376
Complementary color
Monochromatic Colors of #B8D376
Black with #B8D376
Text Example
Text Example
White with #B8D376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D376; }
p { color: rgb(184,211,118); }
H1.HeaderClassName
{
color: #B8D376;
}
.AnyTagClassName
{
color: #B8D376;
}
</style>
background-color css
<style>
a { background-color: #B8D376; }
a { background-color: rgb(184,211,118); }
div.DivClassName
{
background-color: #B8D376;
}
.BgClassName
{
background-color: #B8D376;
}
</style>
border-color css
<style>
span { border-color: #B8D376; }
span { border-color: rgb(184,211,118); }
td.TdClassName
{
border-color: #B8D376;
}
.TagClassName
{
border-color: #B8D376;
}
</style>