Shades of Caper #B5C973
Tints of Caper #B5C973
RGB
CMYK
RGB Variations
Color information
#B5C973 (or 0xB5C973) is known color: Caper. HEX triplet: B5, C9 and 73. RGB value is (181,201,115). Sum of RGB (Red+Green+Blue) = 181+201+115=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C973 is #4A368C. Grayscale: #B9B9B9. Windows color (decimal): -4863629 or 7588277. OLE color: 7588277.
HSL color Cylindrical-coordinate representation of color #B5C973: hue angle of 73.95º degrees, saturation: 0.44, 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 #B5C973 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 115 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.21 |
| HSL | 73.95º | 0.44% | 0.62% | - |
| HSV(B) | 73.95º | 0.43% | 0.79% | - |
| XYZ | 43.04 | 52.83 | 24.15 | - |
| YUV | 185.22 | 88.37 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 115 | 0.10 | 0 | 0.43 | 0.21 | 73.95 | 0.44 | 0.62 |
| Hex | B5 | C9 | 73 | A | 0 | 2B | 15 | 4A | 2C | 3E |
| Octal | 265 | 311 | 163 | 12 | 0 | 53 | 25 | 112 | 54 | 76 |
| Binary | 10110101 | 11001001 | 1110011 | 1010 | 0 | 101011 | 10101 | 1001010 | 101100 | 111110 |
Color Harmonies of #B5C973
Complementary color
Monochromatic Colors of #B5C973
Black with #B5C973
Text Example
Text Example
White with #B5C973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C973; }
p { color: rgb(181,201,115); }
H1.HeaderClassName
{
color: #B5C973;
}
.AnyTagClassName
{
color: #B5C973;
}
</style>
background-color css
<style>
a { background-color: #B5C973; }
a { background-color: rgb(181,201,115); }
div.DivClassName
{
background-color: #B5C973;
}
.BgClassName
{
background-color: #B5C973;
}
</style>
border-color css
<style>
span { border-color: #B5C973; }
span { border-color: rgb(181,201,115); }
td.TdClassName
{
border-color: #B5C973;
}
.TagClassName
{
border-color: #B5C973;
}
</style>