Shades of Caper #B5C877
Tints of Caper #B5C877
RGB
CMYK
RGB Variations
Color information
#B5C877 (or 0xB5C877) is known color: Caper. HEX triplet: B5, C8 and 77. RGB value is (181,200,119). Sum of RGB (Red+Green+Blue) = 181+200+119=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C877 is #4A3788. Grayscale: #B9B9B9. Windows color (decimal): -4863881 or 7850165. OLE color: 7850165.
HSL color Cylindrical-coordinate representation of color #B5C877: hue angle of 74.07º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5C877 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 200 | 119 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.22 |
| HSL | 74.07º | 0.42% | 0.63% | - |
| HSV(B) | 74.07º | 0.41% | 0.78% | - |
| XYZ | 43.04 | 52.46 | 25.31 | - |
| YUV | 185.09 | 90.71 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 119 | 0.09 | 0 | 0.40 | 0.22 | 74.07 | 0.42 | 0.63 |
| Hex | B5 | C8 | 77 | 9 | 0 | 28 | 16 | 4A | 2A | 3F |
| Octal | 265 | 310 | 167 | 11 | 0 | 50 | 26 | 112 | 52 | 77 |
| Binary | 10110101 | 11001000 | 1110111 | 1001 | 0 | 101000 | 10110 | 1001010 | 101010 | 111111 |
Color Harmonies of #B5C877
Complementary color
Monochromatic Colors of #B5C877
Black with #B5C877
Text Example
Text Example
White with #B5C877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C877; }
p { color: rgb(181,200,119); }
H1.HeaderClassName
{
color: #B5C877;
}
.AnyTagClassName
{
color: #B5C877;
}
</style>
background-color css
<style>
a { background-color: #B5C877; }
a { background-color: rgb(181,200,119); }
div.DivClassName
{
background-color: #B5C877;
}
.BgClassName
{
background-color: #B5C877;
}
</style>
border-color css
<style>
span { border-color: #B5C877; }
span { border-color: rgb(181,200,119); }
td.TdClassName
{
border-color: #B5C877;
}
.TagClassName
{
border-color: #B5C877;
}
</style>