Shades of Caper #B5C57D
Tints of Caper #B5C57D
RGB
CMYK
RGB Variations
Color information
#B5C57D (or 0xB5C57D) is known color: Caper. HEX triplet: B5, C5 and 7D. RGB value is (181,197,125). Sum of RGB (Red+Green+Blue) = 181+197+125=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C57D is #4A3A82. Grayscale: #B8B8B8. Windows color (decimal): -4864643 or 8242613. OLE color: 8242613.
HSL color Cylindrical-coordinate representation of color #B5C57D: hue angle of 73.33º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5C57D is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 197 | 125 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.23 |
| HSL | 73.33º | 0.38% | 0.63% | - |
| HSV(B) | 73.33º | 0.37% | 0.77% | - |
| XYZ | 42.72 | 51.24 | 27.04 | - |
| YUV | 184.01 | 94.7 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 125 | 0.08 | 0 | 0.37 | 0.23 | 73.33 | 0.38 | 0.63 |
| Hex | B5 | C5 | 7D | 8 | 0 | 25 | 17 | 49 | 26 | 3F |
| Octal | 265 | 305 | 175 | 10 | 0 | 45 | 27 | 111 | 46 | 77 |
| Binary | 10110101 | 11000101 | 1111101 | 1000 | 0 | 100101 | 10111 | 1001001 | 100110 | 111111 |
Color Harmonies of #B5C57D
Complementary color
Monochromatic Colors of #B5C57D
Black with #B5C57D
Text Example
Text Example
White with #B5C57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C57D; }
p { color: rgb(181,197,125); }
H1.HeaderClassName
{
color: #B5C57D;
}
.AnyTagClassName
{
color: #B5C57D;
}
</style>
background-color css
<style>
a { background-color: #B5C57D; }
a { background-color: rgb(181,197,125); }
div.DivClassName
{
background-color: #B5C57D;
}
.BgClassName
{
background-color: #B5C57D;
}
</style>
border-color css
<style>
span { border-color: #B5C57D; }
span { border-color: rgb(181,197,125); }
td.TdClassName
{
border-color: #B5C57D;
}
.TagClassName
{
border-color: #B5C57D;
}
</style>