Shades of Caper #B0C074
Tints of Caper #B0C074
RGB
CMYK
RGB Variations
Color information
#B0C074 (or 0xB0C074) is known color: Caper. HEX triplet: B0, C0 and 74. RGB value is (176,192,116). Sum of RGB (Red+Green+Blue) = 176+192+116=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C074 is #4F3F8B. Grayscale: #B2B2B2. Windows color (decimal): -5193612 or 7651504. OLE color: 7651504.
HSL color Cylindrical-coordinate representation of color #B0C074: hue angle of 72.63º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0C074 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 116 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.25 |
| HSL | 72.63º | 0.38% | 0.6% | - |
| HSV(B) | 72.63º | 0.4% | 0.75% | - |
| XYZ | 39.91 | 48.19 | 23.72 | - |
| YUV | 178.55 | 92.7 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 116 | 0.08 | 0 | 0.40 | 0.25 | 72.63 | 0.38 | 0.6 |
| Hex | B0 | C0 | 74 | 8 | 0 | 28 | 19 | 49 | 26 | 3C |
| Octal | 260 | 300 | 164 | 10 | 0 | 50 | 31 | 111 | 46 | 74 |
| Binary | 10110000 | 11000000 | 1110100 | 1000 | 0 | 101000 | 11001 | 1001001 | 100110 | 111100 |
Color Harmonies of #B0C074
Complementary color
Monochromatic Colors of #B0C074
Black with #B0C074
Text Example
Text Example
White with #B0C074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C074; }
p { color: rgb(176,192,116); }
H1.HeaderClassName
{
color: #B0C074;
}
.AnyTagClassName
{
color: #B0C074;
}
</style>
background-color css
<style>
a { background-color: #B0C074; }
a { background-color: rgb(176,192,116); }
div.DivClassName
{
background-color: #B0C074;
}
.BgClassName
{
background-color: #B0C074;
}
</style>
border-color css
<style>
span { border-color: #B0C074; }
span { border-color: rgb(176,192,116); }
td.TdClassName
{
border-color: #B0C074;
}
.TagClassName
{
border-color: #B0C074;
}
</style>