Shades of Caper #B3CA7C
Tints of Caper #B3CA7C
RGB
CMYK
RGB Variations
Color information
#B3CA7C (or 0xB3CA7C) is known color: Caper. HEX triplet: B3, CA and 7C. RGB value is (179,202,124). Sum of RGB (Red+Green+Blue) = 179+202+124=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 124 (48.83% from 255 or 24.55% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CA7C is #4C3583. Grayscale: #BABABA. Windows color (decimal): -4994436 or 8178355. OLE color: 8178355.
HSL color Cylindrical-coordinate representation of color #B3CA7C: hue angle of 77.69º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B3CA7C is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 202 | 124 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.21 |
| HSL | 77.69º | 0.42% | 0.64% | - |
| HSV(B) | 77.69º | 0.39% | 0.79% | - |
| XYZ | 43.35 | 53.28 | 27.07 | - |
| YUV | 186.23 | 92.88 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 202 | 124 | 0.11 | 0 | 0.39 | 0.21 | 77.69 | 0.42 | 0.64 |
| Hex | B3 | CA | 7C | B | 0 | 27 | 15 | 4E | 2A | 40 |
| Octal | 263 | 312 | 174 | 13 | 0 | 47 | 25 | 116 | 52 | 100 |
| Binary | 10110011 | 11001010 | 1111100 | 1011 | 0 | 100111 | 10101 | 1001110 | 101010 | 1000000 |
Color Harmonies of #B3CA7C
Complementary color
Monochromatic Colors of #B3CA7C
Black with #B3CA7C
Text Example
Text Example
White with #B3CA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CA7C; }
p { color: rgb(179,202,124); }
H1.HeaderClassName
{
color: #B3CA7C;
}
.AnyTagClassName
{
color: #B3CA7C;
}
</style>
background-color css
<style>
a { background-color: #B3CA7C; }
a { background-color: rgb(179,202,124); }
div.DivClassName
{
background-color: #B3CA7C;
}
.BgClassName
{
background-color: #B3CA7C;
}
</style>
border-color css
<style>
span { border-color: #B3CA7C; }
span { border-color: rgb(179,202,124); }
td.TdClassName
{
border-color: #B3CA7C;
}
.TagClassName
{
border-color: #B3CA7C;
}
</style>