Shades of Caper #B8CC76
Tints of Caper #B8CC76
RGB
CMYK
RGB Variations
Color information
#B8CC76 (or 0xB8CC76) is known color: Caper. HEX triplet: B8, CC and 76. RGB value is (184,204,118). Sum of RGB (Red+Green+Blue) = 184+204+118=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CC76 is #473389. Grayscale: #BCBCBC. Windows color (decimal): -4666250 or 7785656. OLE color: 7785656.
HSL color Cylindrical-coordinate representation of color #B8CC76: hue angle of 73.95º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B8CC76 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 204 | 118 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.2 |
| HSL | 73.95º | 0.46% | 0.63% | - |
| HSV(B) | 73.95º | 0.42% | 0.8% | - |
| XYZ | 44.63 | 54.68 | 25.34 | - |
| YUV | 188.22 | 88.37 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 204 | 118 | 0.10 | 0 | 0.42 | 0.2 | 73.95 | 0.46 | 0.63 |
| Hex | B8 | CC | 76 | A | 0 | 2A | 14 | 4A | 2E | 3F |
| Octal | 270 | 314 | 166 | 12 | 0 | 52 | 24 | 112 | 56 | 77 |
| Binary | 10111000 | 11001100 | 1110110 | 1010 | 0 | 101010 | 10100 | 1001010 | 101110 | 111111 |
Color Harmonies of #B8CC76
Complementary color
Monochromatic Colors of #B8CC76
Black with #B8CC76
Text Example
Text Example
White with #B8CC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CC76; }
p { color: rgb(184,204,118); }
H1.HeaderClassName
{
color: #B8CC76;
}
.AnyTagClassName
{
color: #B8CC76;
}
</style>
background-color css
<style>
a { background-color: #B8CC76; }
a { background-color: rgb(184,204,118); }
div.DivClassName
{
background-color: #B8CC76;
}
.BgClassName
{
background-color: #B8CC76;
}
</style>
border-color css
<style>
span { border-color: #B8CC76; }
span { border-color: rgb(184,204,118); }
td.TdClassName
{
border-color: #B8CC76;
}
.TagClassName
{
border-color: #B8CC76;
}
</style>