Shades of Caper #B2C07A
Tints of Caper #B2C07A
RGB
CMYK
RGB Variations
Color information
#B2C07A (or 0xB2C07A) is known color: Caper. HEX triplet: B2, C0 and 7A. RGB value is (178,192,122). Sum of RGB (Red+Green+Blue) = 178+192+122=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C07A is #4D3F85. Grayscale: #B4B4B4. Windows color (decimal): -5062534 or 8044722. OLE color: 8044722.
HSL color Cylindrical-coordinate representation of color #B2C07A: hue angle of 72º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2C07A is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 122 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.25 |
| HSL | 72º | 0.36% | 0.62% | - |
| HSV(B) | 72º | 0.36% | 0.75% | - |
| XYZ | 40.72 | 48.57 | 25.64 | - |
| YUV | 179.83 | 95.36 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 122 | 0.07 | 0 | 0.36 | 0.25 | 72 | 0.36 | 0.62 |
| Hex | B2 | C0 | 7A | 7 | 0 | 24 | 19 | 48 | 24 | 3E |
| Octal | 262 | 300 | 172 | 7 | 0 | 44 | 31 | 110 | 44 | 76 |
| Binary | 10110010 | 11000000 | 1111010 | 111 | 0 | 100100 | 11001 | 1001000 | 100100 | 111110 |
Color Harmonies of #B2C07A
Complementary color
Monochromatic Colors of #B2C07A
Black with #B2C07A
Text Example
Text Example
White with #B2C07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C07A; }
p { color: rgb(178,192,122); }
H1.HeaderClassName
{
color: #B2C07A;
}
.AnyTagClassName
{
color: #B2C07A;
}
</style>
background-color css
<style>
a { background-color: #B2C07A; }
a { background-color: rgb(178,192,122); }
div.DivClassName
{
background-color: #B2C07A;
}
.BgClassName
{
background-color: #B2C07A;
}
</style>
border-color css
<style>
span { border-color: #B2C07A; }
span { border-color: rgb(178,192,122); }
td.TdClassName
{
border-color: #B2C07A;
}
.TagClassName
{
border-color: #B2C07A;
}
</style>