Shades of Caper #B5C47F
Tints of Caper #B5C47F
RGB
CMYK
RGB Variations
Color information
#B5C47F (or 0xB5C47F) is known color: Caper. HEX triplet: B5, C4 and 7F. RGB value is (181,196,127). Sum of RGB (Red+Green+Blue) = 181+196+127=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C47F is #4A3B80. Grayscale: #B7B7B7. Windows color (decimal): -4864897 or 8373429. OLE color: 8373429.
HSL color Cylindrical-coordinate representation of color #B5C47F: hue angle of 73.04º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5C47F is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 196 | 127 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.23 |
| HSL | 73.04º | 0.37% | 0.63% | - |
| HSV(B) | 73.04º | 0.35% | 0.77% | - |
| XYZ | 42.63 | 50.84 | 27.64 | - |
| YUV | 183.65 | 96.03 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 196 | 127 | 0.08 | 0 | 0.35 | 0.23 | 73.04 | 0.37 | 0.63 |
| Hex | B5 | C4 | 7F | 8 | 0 | 23 | 17 | 49 | 25 | 3F |
| Octal | 265 | 304 | 177 | 10 | 0 | 43 | 27 | 111 | 45 | 77 |
| Binary | 10110101 | 11000100 | 1111111 | 1000 | 0 | 100011 | 10111 | 1001001 | 100101 | 111111 |
Color Harmonies of #B5C47F
Complementary color
Monochromatic Colors of #B5C47F
Black with #B5C47F
Text Example
Text Example
White with #B5C47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C47F; }
p { color: rgb(181,196,127); }
H1.HeaderClassName
{
color: #B5C47F;
}
.AnyTagClassName
{
color: #B5C47F;
}
</style>
background-color css
<style>
a { background-color: #B5C47F; }
a { background-color: rgb(181,196,127); }
div.DivClassName
{
background-color: #B5C47F;
}
.BgClassName
{
background-color: #B5C47F;
}
</style>
border-color css
<style>
span { border-color: #B5C47F; }
span { border-color: rgb(181,196,127); }
td.TdClassName
{
border-color: #B5C47F;
}
.TagClassName
{
border-color: #B5C47F;
}
</style>