Shades of Caper #B5C87C
Tints of Caper #B5C87C
RGB
CMYK
RGB Variations
Color information
#B5C87C (or 0xB5C87C) is known color: Caper. HEX triplet: B5, C8 and 7C. RGB value is (181,200,124). Sum of RGB (Red+Green+Blue) = 181+200+124=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 124 (48.83% from 255 or 24.55% from 505); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C87C is #4A3783. Grayscale: #B9B9B9. Windows color (decimal): -4863876 or 8177845. OLE color: 8177845.
HSL color Cylindrical-coordinate representation of color #B5C87C: hue angle of 75º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5C87C is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 200 | 124 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.22 |
| HSL | 75º | 0.41% | 0.64% | - |
| HSV(B) | 75º | 0.38% | 0.78% | - |
| XYZ | 43.35 | 52.59 | 26.93 | - |
| YUV | 185.66 | 93.21 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 124 | 0.09 | 0 | 0.38 | 0.22 | 75 | 0.41 | 0.64 |
| Hex | B5 | C8 | 7C | 9 | 0 | 26 | 16 | 4B | 29 | 40 |
| Octal | 265 | 310 | 174 | 11 | 0 | 46 | 26 | 113 | 51 | 100 |
| Binary | 10110101 | 11001000 | 1111100 | 1001 | 0 | 100110 | 10110 | 1001011 | 101001 | 1000000 |
Color Harmonies of #B5C87C
Complementary color
Monochromatic Colors of #B5C87C
Black with #B5C87C
Text Example
Text Example
White with #B5C87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C87C; }
p { color: rgb(181,200,124); }
H1.HeaderClassName
{
color: #B5C87C;
}
.AnyTagClassName
{
color: #B5C87C;
}
</style>
background-color css
<style>
a { background-color: #B5C87C; }
a { background-color: rgb(181,200,124); }
div.DivClassName
{
background-color: #B5C87C;
}
.BgClassName
{
background-color: #B5C87C;
}
</style>
border-color css
<style>
span { border-color: #B5C87C; }
span { border-color: rgb(181,200,124); }
td.TdClassName
{
border-color: #B5C87C;
}
.TagClassName
{
border-color: #B5C87C;
}
</style>