Shades of Caper #B2CA7E
Tints of Caper #B2CA7E
RGB
CMYK
RGB Variations
Color information
#B2CA7E (or 0xB2CA7E) is known color: Caper. HEX triplet: B2, CA and 7E. RGB value is (178,202,126). Sum of RGB (Red+Green+Blue) = 178+202+126=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA7E is #4D3581. Grayscale: #BABABA. Windows color (decimal): -5059970 or 8309426. OLE color: 8309426.
HSL color Cylindrical-coordinate representation of color #B2CA7E: hue angle of 78.95º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2CA7E is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 126 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.21 |
| HSL | 78.95º | 0.42% | 0.64% | - |
| HSV(B) | 78.95º | 0.38% | 0.79% | - |
| XYZ | 43.25 | 53.21 | 27.73 | - |
| YUV | 186.16 | 94.05 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 126 | 0.12 | 0 | 0.38 | 0.21 | 78.95 | 0.42 | 0.64 |
| Hex | B2 | CA | 7E | C | 0 | 26 | 15 | 4F | 2A | 40 |
| Octal | 262 | 312 | 176 | 14 | 0 | 46 | 25 | 117 | 52 | 100 |
| Binary | 10110010 | 11001010 | 1111110 | 1100 | 0 | 100110 | 10101 | 1001111 | 101010 | 1000000 |
Color Harmonies of #B2CA7E
Complementary color
Monochromatic Colors of #B2CA7E
Black with #B2CA7E
Text Example
Text Example
White with #B2CA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CA7E; }
p { color: rgb(178,202,126); }
H1.HeaderClassName
{
color: #B2CA7E;
}
.AnyTagClassName
{
color: #B2CA7E;
}
</style>
background-color css
<style>
a { background-color: #B2CA7E; }
a { background-color: rgb(178,202,126); }
div.DivClassName
{
background-color: #B2CA7E;
}
.BgClassName
{
background-color: #B2CA7E;
}
</style>
border-color css
<style>
span { border-color: #B2CA7E; }
span { border-color: rgb(178,202,126); }
td.TdClassName
{
border-color: #B2CA7E;
}
.TagClassName
{
border-color: #B2CA7E;
}
</style>