Shades of Caper #B5C37F
Tints of Caper #B5C37F
RGB
CMYK
RGB Variations
Color information
#B5C37F (or 0xB5C37F) is known color: Caper. HEX triplet: B5, C3 and 7F. RGB value is (181,195,127). Sum of RGB (Red+Green+Blue) = 181+195+127=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C37F is #4A3C80. Grayscale: #B7B7B7. Windows color (decimal): -4865153 or 8373173. OLE color: 8373173.
HSL color Cylindrical-coordinate representation of color #B5C37F: hue angle of 72.35º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5C37F is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 195 | 127 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.24 |
| HSL | 72.35º | 0.36% | 0.63% | - |
| HSV(B) | 72.35º | 0.35% | 0.76% | - |
| XYZ | 42.4 | 50.39 | 27.57 | - |
| YUV | 183.06 | 96.36 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 127 | 0.07 | 0 | 0.35 | 0.24 | 72.35 | 0.36 | 0.63 |
| Hex | B5 | C3 | 7F | 7 | 0 | 23 | 18 | 48 | 24 | 3F |
| Octal | 265 | 303 | 177 | 7 | 0 | 43 | 30 | 110 | 44 | 77 |
| Binary | 10110101 | 11000011 | 1111111 | 111 | 0 | 100011 | 11000 | 1001000 | 100100 | 111111 |
Color Harmonies of #B5C37F
Complementary color
Monochromatic Colors of #B5C37F
Black with #B5C37F
Text Example
Text Example
White with #B5C37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C37F; }
p { color: rgb(181,195,127); }
H1.HeaderClassName
{
color: #B5C37F;
}
.AnyTagClassName
{
color: #B5C37F;
}
</style>
background-color css
<style>
a { background-color: #B5C37F; }
a { background-color: rgb(181,195,127); }
div.DivClassName
{
background-color: #B5C37F;
}
.BgClassName
{
background-color: #B5C37F;
}
</style>
border-color css
<style>
span { border-color: #B5C37F; }
span { border-color: rgb(181,195,127); }
td.TdClassName
{
border-color: #B5C37F;
}
.TagClassName
{
border-color: #B5C37F;
}
</style>