Shades of Caper #B5C57F
Tints of Caper #B5C57F
RGB
CMYK
RGB Variations
Color information
#B5C57F (or 0xB5C57F) is known color: Caper. HEX triplet: B5, C5 and 7F. RGB value is (181,197,127). Sum of RGB (Red+Green+Blue) = 181+197+127=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C57F is #4A3A80. Grayscale: #B8B8B8. Windows color (decimal): -4864641 or 8373685. OLE color: 8373685.
HSL color Cylindrical-coordinate representation of color #B5C57F: hue angle of 73.71º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5C57F is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 197 | 127 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.23 |
| HSL | 73.71º | 0.38% | 0.64% | - |
| HSV(B) | 73.71º | 0.36% | 0.77% | - |
| XYZ | 42.85 | 51.29 | 27.72 | - |
| YUV | 184.24 | 95.7 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 127 | 0.08 | 0 | 0.36 | 0.23 | 73.71 | 0.38 | 0.64 |
| Hex | B5 | C5 | 7F | 8 | 0 | 24 | 17 | 4A | 26 | 40 |
| Octal | 265 | 305 | 177 | 10 | 0 | 44 | 27 | 112 | 46 | 100 |
| Binary | 10110101 | 11000101 | 1111111 | 1000 | 0 | 100100 | 10111 | 1001010 | 100110 | 1000000 |
Color Harmonies of #B5C57F
Complementary color
Monochromatic Colors of #B5C57F
Black with #B5C57F
Text Example
Text Example
White with #B5C57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C57F; }
p { color: rgb(181,197,127); }
H1.HeaderClassName
{
color: #B5C57F;
}
.AnyTagClassName
{
color: #B5C57F;
}
</style>
background-color css
<style>
a { background-color: #B5C57F; }
a { background-color: rgb(181,197,127); }
div.DivClassName
{
background-color: #B5C57F;
}
.BgClassName
{
background-color: #B5C57F;
}
</style>
border-color css
<style>
span { border-color: #B5C57F; }
span { border-color: rgb(181,197,127); }
td.TdClassName
{
border-color: #B5C57F;
}
.TagClassName
{
border-color: #B5C57F;
}
</style>