Shades of Caper #B0C37A
Tints of Caper #B0C37A
RGB
CMYK
RGB Variations
Color information
#B0C37A (or 0xB0C37A) is known color: Caper. HEX triplet: B0, C3 and 7A. RGB value is (176,195,122). Sum of RGB (Red+Green+Blue) = 176+195+122=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C37A is #4F3C85. Grayscale: #B5B5B5. Windows color (decimal): -5192838 or 8045488. OLE color: 8045488.
HSL color Cylindrical-coordinate representation of color #B0C37A: hue angle of 75.62º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0C37A is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 195 | 122 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.24 |
| HSL | 75.62º | 0.38% | 0.62% | - |
| HSV(B) | 75.62º | 0.37% | 0.76% | - |
| XYZ | 40.93 | 49.67 | 25.84 | - |
| YUV | 181 | 94.71 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 195 | 122 | 0.10 | 0 | 0.37 | 0.24 | 75.62 | 0.38 | 0.62 |
| Hex | B0 | C3 | 7A | A | 0 | 25 | 18 | 4C | 26 | 3E |
| Octal | 260 | 303 | 172 | 12 | 0 | 45 | 30 | 114 | 46 | 76 |
| Binary | 10110000 | 11000011 | 1111010 | 1010 | 0 | 100101 | 11000 | 1001100 | 100110 | 111110 |
Color Harmonies of #B0C37A
Complementary color
Monochromatic Colors of #B0C37A
Black with #B0C37A
Text Example
Text Example
White with #B0C37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C37A; }
p { color: rgb(176,195,122); }
H1.HeaderClassName
{
color: #B0C37A;
}
.AnyTagClassName
{
color: #B0C37A;
}
</style>
background-color css
<style>
a { background-color: #B0C37A; }
a { background-color: rgb(176,195,122); }
div.DivClassName
{
background-color: #B0C37A;
}
.BgClassName
{
background-color: #B0C37A;
}
</style>
border-color css
<style>
span { border-color: #B0C37A; }
span { border-color: rgb(176,195,122); }
td.TdClassName
{
border-color: #B0C37A;
}
.TagClassName
{
border-color: #B0C37A;
}
</style>