Shades of Caper #B6C28E
Tints of Caper #B6C28E
RGB
CMYK
RGB Variations
Color information
#B6C28E (or 0xB6C28E) is known color: Caper. HEX triplet: B6, C2 and 8E. RGB value is (182,194,142). Sum of RGB (Red+Green+Blue) = 182+194+142=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C28E is #493D71. Grayscale: #B8B8B8. Windows color (decimal): -4799858 or 9355958. OLE color: 9355958.
HSL color Cylindrical-coordinate representation of color #B6C28E: hue angle of 73.85º 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 #B6C28E is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 194 | 142 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.24 |
| HSL | 73.85º | 0.3% | 0.66% | - |
| HSV(B) | 73.85º | 0.27% | 0.76% | - |
| XYZ | 43.47 | 50.48 | 33.04 | - |
| YUV | 184.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 194 | 142 | 0.06 | 0 | 0.27 | 0.24 | 73.85 | 0.3 | 0.66 |
| Hex | B6 | C2 | 8E | 6 | 0 | 1B | 18 | 4A | 1E | 42 |
| Octal | 266 | 302 | 216 | 6 | 0 | 33 | 30 | 112 | 36 | 102 |
| Binary | 10110110 | 11000010 | 10001110 | 110 | 0 | 11011 | 11000 | 1001010 | 11110 | 1000010 |
Color Harmonies of #B6C28E
Complementary color
Monochromatic Colors of #B6C28E
Black with #B6C28E
Text Example
Text Example
White with #B6C28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C28E; }
p { color: rgb(182,194,142); }
H1.HeaderClassName
{
color: #B6C28E;
}
.AnyTagClassName
{
color: #B6C28E;
}
</style>
background-color css
<style>
a { background-color: #B6C28E; }
a { background-color: rgb(182,194,142); }
div.DivClassName
{
background-color: #B6C28E;
}
.BgClassName
{
background-color: #B6C28E;
}
</style>
border-color css
<style>
span { border-color: #B6C28E; }
span { border-color: rgb(182,194,142); }
td.TdClassName
{
border-color: #B6C28E;
}
.TagClassName
{
border-color: #B6C28E;
}
</style>