Shades of Caper #B8D076
Tints of Caper #B8D076
RGB
CMYK
RGB Variations
Color information
#B8D076 (or 0xB8D076) is known color: Caper. HEX triplet: B8, D0 and 76. RGB value is (184,208,118). Sum of RGB (Red+Green+Blue) = 184+208+118=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #B8D076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D076 is #472F89. Grayscale: #BEBEBE. Windows color (decimal): -4665226 or 7786680. OLE color: 7786680.
HSL color Cylindrical-coordinate representation of color #B8D076: hue angle of 76º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8D076 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 208 | 118 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.18 |
| HSL | 76º | 0.49% | 0.64% | - |
| HSV(B) | 76º | 0.43% | 0.82% | - |
| XYZ | 45.59 | 56.61 | 25.66 | - |
| YUV | 190.56 | 87.05 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 208 | 118 | 0.12 | 0 | 0.43 | 0.18 | 76 | 0.49 | 0.64 |
| Hex | B8 | D0 | 76 | C | 0 | 2B | 12 | 4C | 31 | 40 |
| Octal | 270 | 320 | 166 | 14 | 0 | 53 | 22 | 114 | 61 | 100 |
| Binary | 10111000 | 11010000 | 1110110 | 1100 | 0 | 101011 | 10010 | 1001100 | 110001 | 1000000 |
Color Harmonies of #B8D076
Complementary color
Monochromatic Colors of #B8D076
Black with #B8D076
Text Example
Text Example
White with #B8D076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D076; }
p { color: rgb(184,208,118); }
H1.HeaderClassName
{
color: #B8D076;
}
.AnyTagClassName
{
color: #B8D076;
}
</style>
background-color css
<style>
a { background-color: #B8D076; }
a { background-color: rgb(184,208,118); }
div.DivClassName
{
background-color: #B8D076;
}
.BgClassName
{
background-color: #B8D076;
}
</style>
border-color css
<style>
span { border-color: #B8D076; }
span { border-color: rgb(184,208,118); }
td.TdClassName
{
border-color: #B8D076;
}
.TagClassName
{
border-color: #B8D076;
}
</style>