Shades of Caper #B6C290
Tints of Caper #B6C290
RGB
CMYK
RGB Variations
Color information
#B6C290 (or 0xB6C290) is known color: Caper. HEX triplet: B6, C2 and 90. RGB value is (182,194,144). Sum of RGB (Red+Green+Blue) = 182+194+144=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C290 is #493D6F. Grayscale: #B8B8B8. Windows color (decimal): -4799856 or 9487030. OLE color: 9487030.
HSL color Cylindrical-coordinate representation of color #B6C290: hue angle of 74.4º 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 #B6C290 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 194 | 144 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.24 |
| HSL | 74.4º | 0.29% | 0.66% | - |
| HSV(B) | 74.4º | 0.26% | 0.76% | - |
| XYZ | 43.62 | 50.54 | 33.84 | - |
| YUV | 184.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 194 | 144 | 0.06 | 0 | 0.26 | 0.24 | 74.4 | 0.29 | 0.66 |
| Hex | B6 | C2 | 90 | 6 | 0 | 1A | 18 | 4A | 1D | 42 |
| Octal | 266 | 302 | 220 | 6 | 0 | 32 | 30 | 112 | 35 | 102 |
| Binary | 10110110 | 11000010 | 10010000 | 110 | 0 | 11010 | 11000 | 1001010 | 11101 | 1000010 |
Color Harmonies of #B6C290
Complementary color
Monochromatic Colors of #B6C290
Black with #B6C290
Text Example
Text Example
White with #B6C290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C290; }
p { color: rgb(182,194,144); }
H1.HeaderClassName
{
color: #B6C290;
}
.AnyTagClassName
{
color: #B6C290;
}
</style>
background-color css
<style>
a { background-color: #B6C290; }
a { background-color: rgb(182,194,144); }
div.DivClassName
{
background-color: #B6C290;
}
.BgClassName
{
background-color: #B6C290;
}
</style>
border-color css
<style>
span { border-color: #B6C290; }
span { border-color: rgb(182,194,144); }
td.TdClassName
{
border-color: #B6C290;
}
.TagClassName
{
border-color: #B6C290;
}
</style>