Shades of Caper #B2C07C
Tints of Caper #B2C07C
RGB
CMYK
RGB Variations
Color information
#B2C07C (or 0xB2C07C) is known color: Caper. HEX triplet: B2, C0 and 7C. RGB value is (178,192,124). Sum of RGB (Red+Green+Blue) = 178+192+124=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C07C is #4D3F83. Grayscale: #B4B4B4. Windows color (decimal): -5062532 or 8175794. OLE color: 8175794.
HSL color Cylindrical-coordinate representation of color #B2C07C: hue angle of 72.35º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2C07C is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 124 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.25 |
| HSL | 72.35º | 0.35% | 0.62% | - |
| HSV(B) | 72.35º | 0.35% | 0.75% | - |
| XYZ | 40.85 | 48.62 | 26.3 | - |
| YUV | 180.06 | 96.36 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 124 | 0.07 | 0 | 0.35 | 0.25 | 72.35 | 0.35 | 0.62 |
| Hex | B2 | C0 | 7C | 7 | 0 | 23 | 19 | 48 | 23 | 3E |
| Octal | 262 | 300 | 174 | 7 | 0 | 43 | 31 | 110 | 43 | 76 |
| Binary | 10110010 | 11000000 | 1111100 | 111 | 0 | 100011 | 11001 | 1001000 | 100011 | 111110 |
Color Harmonies of #B2C07C
Complementary color
Monochromatic Colors of #B2C07C
Black with #B2C07C
Text Example
Text Example
White with #B2C07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C07C; }
p { color: rgb(178,192,124); }
H1.HeaderClassName
{
color: #B2C07C;
}
.AnyTagClassName
{
color: #B2C07C;
}
</style>
background-color css
<style>
a { background-color: #B2C07C; }
a { background-color: rgb(178,192,124); }
div.DivClassName
{
background-color: #B2C07C;
}
.BgClassName
{
background-color: #B2C07C;
}
</style>
border-color css
<style>
span { border-color: #B2C07C; }
span { border-color: rgb(178,192,124); }
td.TdClassName
{
border-color: #B2C07C;
}
.TagClassName
{
border-color: #B2C07C;
}
</style>