Shades of Caper #B5C37C
Tints of Caper #B5C37C
RGB
CMYK
RGB Variations
Color information
#B5C37C (or 0xB5C37C) is known color: Caper. HEX triplet: B5, C3 and 7C. RGB value is (181,195,124). Sum of RGB (Red+Green+Blue) = 181+195+124=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C37C is #4A3C83. Grayscale: #B6B6B6. Windows color (decimal): -4865156 or 8176565. OLE color: 8176565.
HSL color Cylindrical-coordinate representation of color #B5C37C: hue angle of 71.83º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5C37C is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 195 | 124 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.24 |
| HSL | 71.83º | 0.37% | 0.63% | - |
| HSV(B) | 71.83º | 0.36% | 0.76% | - |
| XYZ | 42.21 | 50.31 | 26.55 | - |
| YUV | 182.72 | 94.86 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 124 | 0.07 | 0 | 0.36 | 0.24 | 71.83 | 0.37 | 0.63 |
| Hex | B5 | C3 | 7C | 7 | 0 | 24 | 18 | 48 | 25 | 3F |
| Octal | 265 | 303 | 174 | 7 | 0 | 44 | 30 | 110 | 45 | 77 |
| Binary | 10110101 | 11000011 | 1111100 | 111 | 0 | 100100 | 11000 | 1001000 | 100101 | 111111 |
Color Harmonies of #B5C37C
Complementary color
Monochromatic Colors of #B5C37C
Black with #B5C37C
Text Example
Text Example
White with #B5C37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C37C; }
p { color: rgb(181,195,124); }
H1.HeaderClassName
{
color: #B5C37C;
}
.AnyTagClassName
{
color: #B5C37C;
}
</style>
background-color css
<style>
a { background-color: #B5C37C; }
a { background-color: rgb(181,195,124); }
div.DivClassName
{
background-color: #B5C37C;
}
.BgClassName
{
background-color: #B5C37C;
}
</style>
border-color css
<style>
span { border-color: #B5C37C; }
span { border-color: rgb(181,195,124); }
td.TdClassName
{
border-color: #B5C37C;
}
.TagClassName
{
border-color: #B5C37C;
}
</style>