Shades of Caper #B3CA73
Tints of Caper #B3CA73
RGB
CMYK
RGB Variations
Color information
#B3CA73 (or 0xB3CA73) is known color: Caper. HEX triplet: B3, CA and 73. RGB value is (179,202,115). Sum of RGB (Red+Green+Blue) = 179+202+115=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CA73 is #4C358C. Grayscale: #B9B9B9. Windows color (decimal): -4994445 or 7588531. OLE color: 7588531.
HSL color Cylindrical-coordinate representation of color #B3CA73: hue angle of 75.86º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B3CA73 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 202 | 115 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.21 |
| HSL | 75.86º | 0.45% | 0.62% | - |
| HSV(B) | 75.86º | 0.43% | 0.79% | - |
| XYZ | 42.81 | 53.06 | 24.21 | - |
| YUV | 185.21 | 88.38 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 202 | 115 | 0.11 | 0 | 0.43 | 0.21 | 75.86 | 0.45 | 0.62 |
| Hex | B3 | CA | 73 | B | 0 | 2B | 15 | 4C | 2D | 3E |
| Octal | 263 | 312 | 163 | 13 | 0 | 53 | 25 | 114 | 55 | 76 |
| Binary | 10110011 | 11001010 | 1110011 | 1011 | 0 | 101011 | 10101 | 1001100 | 101101 | 111110 |
Color Harmonies of #B3CA73
Complementary color
Monochromatic Colors of #B3CA73
Black with #B3CA73
Text Example
Text Example
White with #B3CA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CA73; }
p { color: rgb(179,202,115); }
H1.HeaderClassName
{
color: #B3CA73;
}
.AnyTagClassName
{
color: #B3CA73;
}
</style>
background-color css
<style>
a { background-color: #B3CA73; }
a { background-color: rgb(179,202,115); }
div.DivClassName
{
background-color: #B3CA73;
}
.BgClassName
{
background-color: #B3CA73;
}
</style>
border-color css
<style>
span { border-color: #B3CA73; }
span { border-color: rgb(179,202,115); }
td.TdClassName
{
border-color: #B3CA73;
}
.TagClassName
{
border-color: #B3CA73;
}
</style>