Shades of Caper #B0C17A
Tints of Caper #B0C17A
RGB
CMYK
RGB Variations
Color information
#B0C17A (or 0xB0C17A) is known color: Caper. HEX triplet: B0, C1 and 7A. RGB value is (176,193,122). Sum of RGB (Red+Green+Blue) = 176+193+122=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C17A is #4F3E85. Grayscale: #B4B4B4. Windows color (decimal): -5193350 or 8044976. OLE color: 8044976.
HSL color Cylindrical-coordinate representation of color #B0C17A: hue angle of 74.37º degrees, saturation: 0.36, 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 #B0C17A is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 193 | 122 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.24 |
| HSL | 74.37º | 0.36% | 0.62% | - |
| HSV(B) | 74.37º | 0.37% | 0.76% | - |
| XYZ | 40.49 | 48.78 | 25.69 | - |
| YUV | 179.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 193 | 122 | 0.09 | 0 | 0.37 | 0.24 | 74.37 | 0.36 | 0.62 |
| Hex | B0 | C1 | 7A | 9 | 0 | 25 | 18 | 4A | 24 | 3E |
| Octal | 260 | 301 | 172 | 11 | 0 | 45 | 30 | 112 | 44 | 76 |
| Binary | 10110000 | 11000001 | 1111010 | 1001 | 0 | 100101 | 11000 | 1001010 | 100100 | 111110 |
Color Harmonies of #B0C17A
Complementary color
Monochromatic Colors of #B0C17A
Black with #B0C17A
Text Example
Text Example
White with #B0C17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C17A; }
p { color: rgb(176,193,122); }
H1.HeaderClassName
{
color: #B0C17A;
}
.AnyTagClassName
{
color: #B0C17A;
}
</style>
background-color css
<style>
a { background-color: #B0C17A; }
a { background-color: rgb(176,193,122); }
div.DivClassName
{
background-color: #B0C17A;
}
.BgClassName
{
background-color: #B0C17A;
}
</style>
border-color css
<style>
span { border-color: #B0C17A; }
span { border-color: rgb(176,193,122); }
td.TdClassName
{
border-color: #B0C17A;
}
.TagClassName
{
border-color: #B0C17A;
}
</style>