Shades of Caper #B2C27A
Tints of Caper #B2C27A
RGB
CMYK
RGB Variations
Color information
#B2C27A (or 0xB2C27A) is known color: Caper. HEX triplet: B2, C2 and 7A. RGB value is (178,194,122). Sum of RGB (Red+Green+Blue) = 178+194+122=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C27A is #4D3D85. Grayscale: #B5B5B5. Windows color (decimal): -5062022 or 8045234. OLE color: 8045234.
HSL color Cylindrical-coordinate representation of color #B2C27A: hue angle of 73.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2C27A is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 194 | 122 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.24 |
| HSL | 73.33º | 0.37% | 0.62% | - |
| HSV(B) | 73.33º | 0.37% | 0.76% | - |
| XYZ | 41.16 | 49.45 | 25.79 | - |
| YUV | 181.01 | 94.7 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 122 | 0.08 | 0 | 0.37 | 0.24 | 73.33 | 0.37 | 0.62 |
| Hex | B2 | C2 | 7A | 8 | 0 | 25 | 18 | 49 | 25 | 3E |
| Octal | 262 | 302 | 172 | 10 | 0 | 45 | 30 | 111 | 45 | 76 |
| Binary | 10110010 | 11000010 | 1111010 | 1000 | 0 | 100101 | 11000 | 1001001 | 100101 | 111110 |
Color Harmonies of #B2C27A
Complementary color
Monochromatic Colors of #B2C27A
Black with #B2C27A
Text Example
Text Example
White with #B2C27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C27A; }
p { color: rgb(178,194,122); }
H1.HeaderClassName
{
color: #B2C27A;
}
.AnyTagClassName
{
color: #B2C27A;
}
</style>
background-color css
<style>
a { background-color: #B2C27A; }
a { background-color: rgb(178,194,122); }
div.DivClassName
{
background-color: #B2C27A;
}
.BgClassName
{
background-color: #B2C27A;
}
</style>
border-color css
<style>
span { border-color: #B2C27A; }
span { border-color: rgb(178,194,122); }
td.TdClassName
{
border-color: #B2C27A;
}
.TagClassName
{
border-color: #B2C27A;
}
</style>