Shades of Caper #B5C390
Tints of Caper #B5C390
RGB
CMYK
RGB Variations
Color information
#B5C390 (or 0xB5C390) is known color: Caper. HEX triplet: B5, C3 and 90. RGB value is (181,195,144). Sum of RGB (Red+Green+Blue) = 181+195+144=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C390 is #4A3C6F. Grayscale: #B9B9B9. Windows color (decimal): -4865136 or 9487285. OLE color: 9487285.
HSL color Cylindrical-coordinate representation of color #B5C390: hue angle of 76.47º degrees, saturation: 0.3, 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 #B5C390 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 195 | 144 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.24 |
| HSL | 76.47º | 0.3% | 0.66% | - |
| HSV(B) | 76.47º | 0.26% | 0.76% | - |
| XYZ | 43.61 | 50.87 | 33.91 | - |
| YUV | 185 | 104.86 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 144 | 0.07 | 0 | 0.26 | 0.24 | 76.47 | 0.3 | 0.66 |
| Hex | B5 | C3 | 90 | 7 | 0 | 1A | 18 | 4C | 1E | 42 |
| Octal | 265 | 303 | 220 | 7 | 0 | 32 | 30 | 114 | 36 | 102 |
| Binary | 10110101 | 11000011 | 10010000 | 111 | 0 | 11010 | 11000 | 1001100 | 11110 | 1000010 |
Color Harmonies of #B5C390
Complementary color
Monochromatic Colors of #B5C390
Black with #B5C390
Text Example
Text Example
White with #B5C390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C390; }
p { color: rgb(181,195,144); }
H1.HeaderClassName
{
color: #B5C390;
}
.AnyTagClassName
{
color: #B5C390;
}
</style>
background-color css
<style>
a { background-color: #B5C390; }
a { background-color: rgb(181,195,144); }
div.DivClassName
{
background-color: #B5C390;
}
.BgClassName
{
background-color: #B5C390;
}
</style>
border-color css
<style>
span { border-color: #B5C390; }
span { border-color: rgb(181,195,144); }
td.TdClassName
{
border-color: #B5C390;
}
.TagClassName
{
border-color: #B5C390;
}
</style>