Shades of Caper #B5CA73
Tints of Caper #B5CA73
RGB
CMYK
RGB Variations
Color information
#B5CA73 (or 0xB5CA73) is known color: Caper. HEX triplet: B5, CA and 73. RGB value is (181,202,115). Sum of RGB (Red+Green+Blue) = 181+202+115=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CA73 is #4A358C. Grayscale: #BABABA. Windows color (decimal): -4863373 or 7588533. OLE color: 7588533.
HSL color Cylindrical-coordinate representation of color #B5CA73: hue angle of 74.48º 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 #B5CA73 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 115 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.21 |
| HSL | 74.48º | 0.45% | 0.62% | - |
| HSV(B) | 74.48º | 0.43% | 0.79% | - |
| XYZ | 43.27 | 53.3 | 24.23 | - |
| YUV | 185.8 | 88.04 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 115 | 0.10 | 0 | 0.43 | 0.21 | 74.48 | 0.45 | 0.62 |
| Hex | B5 | CA | 73 | A | 0 | 2B | 15 | 4A | 2D | 3E |
| Octal | 265 | 312 | 163 | 12 | 0 | 53 | 25 | 112 | 55 | 76 |
| Binary | 10110101 | 11001010 | 1110011 | 1010 | 0 | 101011 | 10101 | 1001010 | 101101 | 111110 |
Color Harmonies of #B5CA73
Complementary color
Monochromatic Colors of #B5CA73
Black with #B5CA73
Text Example
Text Example
White with #B5CA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA73; }
p { color: rgb(181,202,115); }
H1.HeaderClassName
{
color: #B5CA73;
}
.AnyTagClassName
{
color: #B5CA73;
}
</style>
background-color css
<style>
a { background-color: #B5CA73; }
a { background-color: rgb(181,202,115); }
div.DivClassName
{
background-color: #B5CA73;
}
.BgClassName
{
background-color: #B5CA73;
}
</style>
border-color css
<style>
span { border-color: #B5CA73; }
span { border-color: rgb(181,202,115); }
td.TdClassName
{
border-color: #B5CA73;
}
.TagClassName
{
border-color: #B5CA73;
}
</style>