Shades of Caper #B3CA80
Tints of Caper #B3CA80
RGB
CMYK
RGB Variations
Color information
#B3CA80 (or 0xB3CA80) is known color: Caper. HEX triplet: B3, CA and 80. RGB value is (179,202,128). Sum of RGB (Red+Green+Blue) = 179+202+128=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CA80 is #4C357F. Grayscale: #BABABA. Windows color (decimal): -4994432 or 8440499. OLE color: 8440499.
HSL color Cylindrical-coordinate representation of color #B3CA80: hue angle of 78.65º 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 #B3CA80 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 202 | 128 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.21 |
| HSL | 78.65º | 0.41% | 0.65% | - |
| HSV(B) | 78.65º | 0.37% | 0.79% | - |
| XYZ | 43.61 | 53.38 | 28.43 | - |
| YUV | 186.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 202 | 128 | 0.11 | 0 | 0.37 | 0.21 | 78.65 | 0.41 | 0.65 |
| Hex | B3 | CA | 80 | B | 0 | 25 | 15 | 4F | 29 | 41 |
| Octal | 263 | 312 | 200 | 13 | 0 | 45 | 25 | 117 | 51 | 101 |
| Binary | 10110011 | 11001010 | 10000000 | 1011 | 0 | 100101 | 10101 | 1001111 | 101001 | 1000001 |
Color Harmonies of #B3CA80
Complementary color
Monochromatic Colors of #B3CA80
Black with #B3CA80
Text Example
Text Example
White with #B3CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CA80; }
p { color: rgb(179,202,128); }
H1.HeaderClassName
{
color: #B3CA80;
}
.AnyTagClassName
{
color: #B3CA80;
}
</style>
background-color css
<style>
a { background-color: #B3CA80; }
a { background-color: rgb(179,202,128); }
div.DivClassName
{
background-color: #B3CA80;
}
.BgClassName
{
background-color: #B3CA80;
}
</style>
border-color css
<style>
span { border-color: #B3CA80; }
span { border-color: rgb(179,202,128); }
td.TdClassName
{
border-color: #B3CA80;
}
.TagClassName
{
border-color: #B3CA80;
}
</style>