Shades of Caper #B2CA7A
Tints of Caper #B2CA7A
RGB
CMYK
RGB Variations
Color information
#B2CA7A (or 0xB2CA7A) is known color: Caper. HEX triplet: B2, CA and 7A. RGB value is (178,202,122). Sum of RGB (Red+Green+Blue) = 178+202+122=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA7A is #4D3585. Grayscale: #B9B9B9. Windows color (decimal): -5059974 or 8047282. OLE color: 8047282.
HSL color Cylindrical-coordinate representation of color #B2CA7A: hue angle of 78º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2CA7A is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 122 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.21 |
| HSL | 78º | 0.43% | 0.64% | - |
| HSV(B) | 78º | 0.4% | 0.79% | - |
| XYZ | 42.99 | 53.11 | 26.4 | - |
| YUV | 185.7 | 92.05 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 122 | 0.12 | 0 | 0.40 | 0.21 | 78 | 0.43 | 0.64 |
| Hex | B2 | CA | 7A | C | 0 | 28 | 15 | 4E | 2B | 40 |
| Octal | 262 | 312 | 172 | 14 | 0 | 50 | 25 | 116 | 53 | 100 |
| Binary | 10110010 | 11001010 | 1111010 | 1100 | 0 | 101000 | 10101 | 1001110 | 101011 | 1000000 |
Color Harmonies of #B2CA7A
Complementary color
Monochromatic Colors of #B2CA7A
Black with #B2CA7A
Text Example
Text Example
White with #B2CA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CA7A; }
p { color: rgb(178,202,122); }
H1.HeaderClassName
{
color: #B2CA7A;
}
.AnyTagClassName
{
color: #B2CA7A;
}
</style>
background-color css
<style>
a { background-color: #B2CA7A; }
a { background-color: rgb(178,202,122); }
div.DivClassName
{
background-color: #B2CA7A;
}
.BgClassName
{
background-color: #B2CA7A;
}
</style>
border-color css
<style>
span { border-color: #B2CA7A; }
span { border-color: rgb(178,202,122); }
td.TdClassName
{
border-color: #B2CA7A;
}
.TagClassName
{
border-color: #B2CA7A;
}
</style>