Shades of Caper #B2C07E
Tints of Caper #B2C07E
RGB
CMYK
RGB Variations
Color information
#B2C07E (or 0xB2C07E) is known color: Caper. HEX triplet: B2, C0 and 7E. RGB value is (178,192,126). Sum of RGB (Red+Green+Blue) = 178+192+126=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C07E is #4D3F81. Grayscale: #B4B4B4. Windows color (decimal): -5062530 or 8306866. OLE color: 8306866.
HSL color Cylindrical-coordinate representation of color #B2C07E: hue angle of 72.73º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2C07E is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 126 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.25 |
| HSL | 72.73º | 0.34% | 0.62% | - |
| HSV(B) | 72.73º | 0.34% | 0.75% | - |
| XYZ | 40.98 | 48.67 | 26.97 | - |
| YUV | 180.29 | 97.36 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 126 | 0.07 | 0 | 0.34 | 0.25 | 72.73 | 0.34 | 0.62 |
| Hex | B2 | C0 | 7E | 7 | 0 | 22 | 19 | 49 | 22 | 3E |
| Octal | 262 | 300 | 176 | 7 | 0 | 42 | 31 | 111 | 42 | 76 |
| Binary | 10110010 | 11000000 | 1111110 | 111 | 0 | 100010 | 11001 | 1001001 | 100010 | 111110 |
Color Harmonies of #B2C07E
Complementary color
Monochromatic Colors of #B2C07E
Black with #B2C07E
Text Example
Text Example
White with #B2C07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C07E; }
p { color: rgb(178,192,126); }
H1.HeaderClassName
{
color: #B2C07E;
}
.AnyTagClassName
{
color: #B2C07E;
}
</style>
background-color css
<style>
a { background-color: #B2C07E; }
a { background-color: rgb(178,192,126); }
div.DivClassName
{
background-color: #B2C07E;
}
.BgClassName
{
background-color: #B2C07E;
}
</style>
border-color css
<style>
span { border-color: #B2C07E; }
span { border-color: rgb(178,192,126); }
td.TdClassName
{
border-color: #B2C07E;
}
.TagClassName
{
border-color: #B2C07E;
}
</style>