Shades of Caper #B8C976
Tints of Caper #B8C976
RGB
CMYK
RGB Variations
Color information
#B8C976 (or 0xB8C976) is known color: Caper. HEX triplet: B8, C9 and 76. RGB value is (184,201,118). Sum of RGB (Red+Green+Blue) = 184+201+118=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 201 - color contains mainly: green. Hex color #B8C976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C976 is #473689. Grayscale: #BABABA. Windows color (decimal): -4667018 or 7784888. OLE color: 7784888.
HSL color Cylindrical-coordinate representation of color #B8C976: hue angle of 72.29º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8C976 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 201 | 118 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.21 |
| HSL | 72.29º | 0.43% | 0.63% | - |
| HSV(B) | 72.29º | 0.41% | 0.79% | - |
| XYZ | 43.92 | 53.27 | 25.11 | - |
| YUV | 186.46 | 89.37 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 201 | 118 | 0.08 | 0 | 0.41 | 0.21 | 72.29 | 0.43 | 0.63 |
| Hex | B8 | C9 | 76 | 8 | 0 | 29 | 15 | 48 | 2B | 3F |
| Octal | 270 | 311 | 166 | 10 | 0 | 51 | 25 | 110 | 53 | 77 |
| Binary | 10111000 | 11001001 | 1110110 | 1000 | 0 | 101001 | 10101 | 1001000 | 101011 | 111111 |
Color Harmonies of #B8C976
Complementary color
Monochromatic Colors of #B8C976
Black with #B8C976
Text Example
Text Example
White with #B8C976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C976; }
p { color: rgb(184,201,118); }
H1.HeaderClassName
{
color: #B8C976;
}
.AnyTagClassName
{
color: #B8C976;
}
</style>
background-color css
<style>
a { background-color: #B8C976; }
a { background-color: rgb(184,201,118); }
div.DivClassName
{
background-color: #B8C976;
}
.BgClassName
{
background-color: #B8C976;
}
</style>
border-color css
<style>
span { border-color: #B8C976; }
span { border-color: rgb(184,201,118); }
td.TdClassName
{
border-color: #B8C976;
}
.TagClassName
{
border-color: #B8C976;
}
</style>