Shades of Caper #B0C06F
Tints of Caper #B0C06F
RGB
CMYK
RGB Variations
Color information
#B0C06F (or 0xB0C06F) is known color: Caper. HEX triplet: B0, C0 and 6F. RGB value is (176,192,111). Sum of RGB (Red+Green+Blue) = 176+192+111=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C06F is #4F3F90. Grayscale: #B2B2B2. Windows color (decimal): -5193617 or 7323824. OLE color: 7323824.
HSL color Cylindrical-coordinate representation of color #B0C06F: hue angle of 71.85º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0C06F is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 111 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.25 |
| HSL | 71.85º | 0.39% | 0.59% | - |
| HSV(B) | 71.85º | 0.42% | 0.75% | - |
| XYZ | 39.62 | 48.08 | 22.23 | - |
| YUV | 177.98 | 90.2 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 111 | 0.08 | 0 | 0.42 | 0.25 | 71.85 | 0.39 | 0.59 |
| Hex | B0 | C0 | 6F | 8 | 0 | 2A | 19 | 48 | 27 | 3B |
| Octal | 260 | 300 | 157 | 10 | 0 | 52 | 31 | 110 | 47 | 73 |
| Binary | 10110000 | 11000000 | 1101111 | 1000 | 0 | 101010 | 11001 | 1001000 | 100111 | 111011 |
Color Harmonies of #B0C06F
Complementary color
Monochromatic Colors of #B0C06F
Black with #B0C06F
Text Example
Text Example
White with #B0C06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C06F; }
p { color: rgb(176,192,111); }
H1.HeaderClassName
{
color: #B0C06F;
}
.AnyTagClassName
{
color: #B0C06F;
}
</style>
background-color css
<style>
a { background-color: #B0C06F; }
a { background-color: rgb(176,192,111); }
div.DivClassName
{
background-color: #B0C06F;
}
.BgClassName
{
background-color: #B0C06F;
}
</style>
border-color css
<style>
span { border-color: #B0C06F; }
span { border-color: rgb(176,192,111); }
td.TdClassName
{
border-color: #B0C06F;
}
.TagClassName
{
border-color: #B0C06F;
}
</style>