Shades of Caper #B9CA7E
Tints of Caper #B9CA7E
RGB
CMYK
RGB Variations
Color information
#B9CA7E (or 0xB9CA7E) is known color: Caper. HEX triplet: B9, CA and 7E. RGB value is (185,202,126). Sum of RGB (Red+Green+Blue) = 185+202+126=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 126 (49.61% from 255 or 24.56% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CA7E is #463581. Grayscale: #BCBCBC. Windows color (decimal): -4601218 or 8309433. OLE color: 8309433.
HSL color Cylindrical-coordinate representation of color #B9CA7E: hue angle of 73.42º 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 #B9CA7E is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 202 | 126 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.21 |
| HSL | 73.42º | 0.42% | 0.64% | - |
| HSV(B) | 73.42º | 0.38% | 0.79% | - |
| XYZ | 44.89 | 54.06 | 27.81 | - |
| YUV | 188.25 | 92.87 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 202 | 126 | 0.08 | 0 | 0.38 | 0.21 | 73.42 | 0.42 | 0.64 |
| Hex | B9 | CA | 7E | 8 | 0 | 26 | 15 | 49 | 2A | 40 |
| Octal | 271 | 312 | 176 | 10 | 0 | 46 | 25 | 111 | 52 | 100 |
| Binary | 10111001 | 11001010 | 1111110 | 1000 | 0 | 100110 | 10101 | 1001001 | 101010 | 1000000 |
Color Harmonies of #B9CA7E
Complementary color
Monochromatic Colors of #B9CA7E
Black with #B9CA7E
Text Example
Text Example
White with #B9CA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CA7E; }
p { color: rgb(185,202,126); }
H1.HeaderClassName
{
color: #B9CA7E;
}
.AnyTagClassName
{
color: #B9CA7E;
}
</style>
background-color css
<style>
a { background-color: #B9CA7E; }
a { background-color: rgb(185,202,126); }
div.DivClassName
{
background-color: #B9CA7E;
}
.BgClassName
{
background-color: #B9CA7E;
}
</style>
border-color css
<style>
span { border-color: #B9CA7E; }
span { border-color: rgb(185,202,126); }
td.TdClassName
{
border-color: #B9CA7E;
}
.TagClassName
{
border-color: #B9CA7E;
}
</style>