Shades of Caper #B0C68A
Tints of Caper #B0C68A
RGB
CMYK
RGB Variations
Color information
#B0C68A (or 0xB0C68A) is known color: Caper. HEX triplet: B0, C6 and 8A. RGB value is (176,198,138). Sum of RGB (Red+Green+Blue) = 176+198+138=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C68A is #4F3975. Grayscale: #B8B8B8. Windows color (decimal): -5192054 or 9094832. OLE color: 9094832.
HSL color Cylindrical-coordinate representation of color #B0C68A: hue angle of 82º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0C68A is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 198 | 138 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.22 |
| HSL | 82º | 0.34% | 0.66% | - |
| HSV(B) | 82º | 0.3% | 0.78% | - |
| XYZ | 42.69 | 51.45 | 31.73 | - |
| YUV | 184.58 | 101.71 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 198 | 138 | 0.11 | 0 | 0.30 | 0.22 | 82 | 0.34 | 0.66 |
| Hex | B0 | C6 | 8A | B | 0 | 1E | 16 | 52 | 22 | 42 |
| Octal | 260 | 306 | 212 | 13 | 0 | 36 | 26 | 122 | 42 | 102 |
| Binary | 10110000 | 11000110 | 10001010 | 1011 | 0 | 11110 | 10110 | 1010010 | 100010 | 1000010 |
Color Harmonies of #B0C68A
Complementary color
Monochromatic Colors of #B0C68A
Black with #B0C68A
Text Example
Text Example
White with #B0C68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C68A; }
p { color: rgb(176,198,138); }
H1.HeaderClassName
{
color: #B0C68A;
}
.AnyTagClassName
{
color: #B0C68A;
}
</style>
background-color css
<style>
a { background-color: #B0C68A; }
a { background-color: rgb(176,198,138); }
div.DivClassName
{
background-color: #B0C68A;
}
.BgClassName
{
background-color: #B0C68A;
}
</style>
border-color css
<style>
span { border-color: #B0C68A; }
span { border-color: rgb(176,198,138); }
td.TdClassName
{
border-color: #B0C68A;
}
.TagClassName
{
border-color: #B0C68A;
}
</style>