Shades of Caper #B0C275
Tints of Caper #B0C275
RGB
CMYK
RGB Variations
Color information
#B0C275 (or 0xB0C275) is known color: Caper. HEX triplet: B0, C2 and 75. RGB value is (176,194,117). Sum of RGB (Red+Green+Blue) = 176+194+117=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C275 is #4F3D8A. Grayscale: #B4B4B4. Windows color (decimal): -5193099 or 7717552. OLE color: 7717552.
HSL color Cylindrical-coordinate representation of color #B0C275: hue angle of 74.03º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0C275 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 194 | 117 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.24 |
| HSL | 74.03º | 0.39% | 0.61% | - |
| HSV(B) | 74.03º | 0.4% | 0.76% | - |
| XYZ | 40.41 | 49.1 | 24.18 | - |
| YUV | 179.84 | 92.54 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 194 | 117 | 0.09 | 0 | 0.40 | 0.24 | 74.03 | 0.39 | 0.61 |
| Hex | B0 | C2 | 75 | 9 | 0 | 28 | 18 | 4A | 27 | 3D |
| Octal | 260 | 302 | 165 | 11 | 0 | 50 | 30 | 112 | 47 | 75 |
| Binary | 10110000 | 11000010 | 1110101 | 1001 | 0 | 101000 | 11000 | 1001010 | 100111 | 111101 |
Color Harmonies of #B0C275
Complementary color
Monochromatic Colors of #B0C275
Black with #B0C275
Text Example
Text Example
White with #B0C275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C275; }
p { color: rgb(176,194,117); }
H1.HeaderClassName
{
color: #B0C275;
}
.AnyTagClassName
{
color: #B0C275;
}
</style>
background-color css
<style>
a { background-color: #B0C275; }
a { background-color: rgb(176,194,117); }
div.DivClassName
{
background-color: #B0C275;
}
.BgClassName
{
background-color: #B0C275;
}
</style>
border-color css
<style>
span { border-color: #B0C275; }
span { border-color: rgb(176,194,117); }
td.TdClassName
{
border-color: #B0C275;
}
.TagClassName
{
border-color: #B0C275;
}
</style>