Shades of Caper #B5C290
Tints of Caper #B5C290
RGB
CMYK
RGB Variations
Color information
#B5C290 (or 0xB5C290) is known color: Caper. HEX triplet: B5, C2 and 90. RGB value is (181,194,144). Sum of RGB (Red+Green+Blue) = 181+194+144=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C290 is #4A3D6F. Grayscale: #B8B8B8. Windows color (decimal): -4865392 or 9487029. OLE color: 9487029.
HSL color Cylindrical-coordinate representation of color #B5C290: hue angle of 75.6º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5C290 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 144 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.24 |
| HSL | 75.6º | 0.29% | 0.66% | - |
| HSV(B) | 75.6º | 0.26% | 0.76% | - |
| XYZ | 43.38 | 50.42 | 33.83 | - |
| YUV | 184.41 | 105.19 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 144 | 0.07 | 0 | 0.26 | 0.24 | 75.6 | 0.29 | 0.66 |
| Hex | B5 | C2 | 90 | 7 | 0 | 1A | 18 | 4C | 1D | 42 |
| Octal | 265 | 302 | 220 | 7 | 0 | 32 | 30 | 114 | 35 | 102 |
| Binary | 10110101 | 11000010 | 10010000 | 111 | 0 | 11010 | 11000 | 1001100 | 11101 | 1000010 |
Color Harmonies of #B5C290
Complementary color
Monochromatic Colors of #B5C290
Black with #B5C290
Text Example
Text Example
White with #B5C290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C290; }
p { color: rgb(181,194,144); }
H1.HeaderClassName
{
color: #B5C290;
}
.AnyTagClassName
{
color: #B5C290;
}
</style>
background-color css
<style>
a { background-color: #B5C290; }
a { background-color: rgb(181,194,144); }
div.DivClassName
{
background-color: #B5C290;
}
.BgClassName
{
background-color: #B5C290;
}
</style>
border-color css
<style>
span { border-color: #B5C290; }
span { border-color: rgb(181,194,144); }
td.TdClassName
{
border-color: #B5C290;
}
.TagClassName
{
border-color: #B5C290;
}
</style>