Shades of Caper #B5C28E
Tints of Caper #B5C28E
RGB
CMYK
RGB Variations
Color information
#B5C28E (or 0xB5C28E) is known color: Caper. HEX triplet: B5, C2 and 8E. RGB value is (181,194,142). Sum of RGB (Red+Green+Blue) = 181+194+142=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C28E is #4A3D71. Grayscale: #B8B8B8. Windows color (decimal): -4865394 or 9355957. OLE color: 9355957.
HSL color Cylindrical-coordinate representation of color #B5C28E: hue angle of 75º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5C28E is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 142 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.24 |
| HSL | 75º | 0.3% | 0.66% | - |
| HSV(B) | 75º | 0.27% | 0.76% | - |
| XYZ | 43.23 | 50.36 | 33.03 | - |
| YUV | 184.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 142 | 0.07 | 0 | 0.27 | 0.24 | 75 | 0.3 | 0.66 |
| Hex | B5 | C2 | 8E | 7 | 0 | 1B | 18 | 4B | 1E | 42 |
| Octal | 265 | 302 | 216 | 7 | 0 | 33 | 30 | 113 | 36 | 102 |
| Binary | 10110101 | 11000010 | 10001110 | 111 | 0 | 11011 | 11000 | 1001011 | 11110 | 1000010 |
Color Harmonies of #B5C28E
Complementary color
Monochromatic Colors of #B5C28E
Black with #B5C28E
Text Example
Text Example
White with #B5C28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C28E; }
p { color: rgb(181,194,142); }
H1.HeaderClassName
{
color: #B5C28E;
}
.AnyTagClassName
{
color: #B5C28E;
}
</style>
background-color css
<style>
a { background-color: #B5C28E; }
a { background-color: rgb(181,194,142); }
div.DivClassName
{
background-color: #B5C28E;
}
.BgClassName
{
background-color: #B5C28E;
}
</style>
border-color css
<style>
span { border-color: #B5C28E; }
span { border-color: rgb(181,194,142); }
td.TdClassName
{
border-color: #B5C28E;
}
.TagClassName
{
border-color: #B5C28E;
}
</style>