Shades of Caper #B9CA80
Tints of Caper #B9CA80
RGB
CMYK
RGB Variations
Color information
#B9CA80 (or 0xB9CA80) is known color: Caper. HEX triplet: B9, CA and 80. RGB value is (185,202,128). Sum of RGB (Red+Green+Blue) = 185+202+128=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CA80 is #46357F. Grayscale: #BCBCBC. Windows color (decimal): -4601216 or 8440505. OLE color: 8440505.
HSL color Cylindrical-coordinate representation of color #B9CA80: hue angle of 73.78º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9CA80 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 202 | 128 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.21 |
| HSL | 73.78º | 0.41% | 0.65% | - |
| HSV(B) | 73.78º | 0.37% | 0.79% | - |
| XYZ | 45.02 | 54.11 | 28.49 | - |
| YUV | 188.48 | 93.87 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 202 | 128 | 0.08 | 0 | 0.37 | 0.21 | 73.78 | 0.41 | 0.65 |
| Hex | B9 | CA | 80 | 8 | 0 | 25 | 15 | 4A | 29 | 41 |
| Octal | 271 | 312 | 200 | 10 | 0 | 45 | 25 | 112 | 51 | 101 |
| Binary | 10111001 | 11001010 | 10000000 | 1000 | 0 | 100101 | 10101 | 1001010 | 101001 | 1000001 |
Color Harmonies of #B9CA80
Complementary color
Monochromatic Colors of #B9CA80
Black with #B9CA80
Text Example
Text Example
White with #B9CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CA80; }
p { color: rgb(185,202,128); }
H1.HeaderClassName
{
color: #B9CA80;
}
.AnyTagClassName
{
color: #B9CA80;
}
</style>
background-color css
<style>
a { background-color: #B9CA80; }
a { background-color: rgb(185,202,128); }
div.DivClassName
{
background-color: #B9CA80;
}
.BgClassName
{
background-color: #B9CA80;
}
</style>
border-color css
<style>
span { border-color: #B9CA80; }
span { border-color: rgb(185,202,128); }
td.TdClassName
{
border-color: #B9CA80;
}
.TagClassName
{
border-color: #B9CA80;
}
</style>