Shades of Caper #B5C37A
Tints of Caper #B5C37A
RGB
CMYK
RGB Variations
Color information
#B5C37A (or 0xB5C37A) is known color: Caper. HEX triplet: B5, C3 and 7A. RGB value is (181,195,122). Sum of RGB (Red+Green+Blue) = 181+195+122=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C37A is #4A3C85. Grayscale: #B6B6B6. Windows color (decimal): -4865158 or 8045493. OLE color: 8045493.
HSL color Cylindrical-coordinate representation of color #B5C37A: hue angle of 71.51º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5C37A is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 195 | 122 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.24 |
| HSL | 71.51º | 0.38% | 0.62% | - |
| HSV(B) | 71.51º | 0.37% | 0.76% | - |
| XYZ | 42.08 | 50.26 | 25.9 | - |
| YUV | 182.49 | 93.86 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 122 | 0.07 | 0 | 0.37 | 0.24 | 71.51 | 0.38 | 0.62 |
| Hex | B5 | C3 | 7A | 7 | 0 | 25 | 18 | 48 | 26 | 3E |
| Octal | 265 | 303 | 172 | 7 | 0 | 45 | 30 | 110 | 46 | 76 |
| Binary | 10110101 | 11000011 | 1111010 | 111 | 0 | 100101 | 11000 | 1001000 | 100110 | 111110 |
Color Harmonies of #B5C37A
Complementary color
Monochromatic Colors of #B5C37A
Black with #B5C37A
Text Example
Text Example
White with #B5C37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C37A; }
p { color: rgb(181,195,122); }
H1.HeaderClassName
{
color: #B5C37A;
}
.AnyTagClassName
{
color: #B5C37A;
}
</style>
background-color css
<style>
a { background-color: #B5C37A; }
a { background-color: rgb(181,195,122); }
div.DivClassName
{
background-color: #B5C37A;
}
.BgClassName
{
background-color: #B5C37A;
}
</style>
border-color css
<style>
span { border-color: #B5C37A; }
span { border-color: rgb(181,195,122); }
td.TdClassName
{
border-color: #B5C37A;
}
.TagClassName
{
border-color: #B5C37A;
}
</style>