Shades of Caper #B6C280
Tints of Caper #B6C280
RGB
CMYK
RGB Variations
Color information
#B6C280 (or 0xB6C280) is known color: Caper. HEX triplet: B6, C2 and 80. RGB value is (182,194,128). Sum of RGB (Red+Green+Blue) = 182+194+128=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C280 is #493D7F. Grayscale: #B7B7B7. Windows color (decimal): -4799872 or 8438454. OLE color: 8438454.
HSL color Cylindrical-coordinate representation of color #B6C280: hue angle of 70.91º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6C280 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 194 | 128 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.24 |
| HSL | 70.91º | 0.35% | 0.63% | - |
| HSV(B) | 70.91º | 0.34% | 0.76% | - |
| XYZ | 42.48 | 50.09 | 27.85 | - |
| YUV | 182.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 194 | 128 | 0.06 | 0 | 0.34 | 0.24 | 70.91 | 0.35 | 0.63 |
| Hex | B6 | C2 | 80 | 6 | 0 | 22 | 18 | 47 | 23 | 3F |
| Octal | 266 | 302 | 200 | 6 | 0 | 42 | 30 | 107 | 43 | 77 |
| Binary | 10110110 | 11000010 | 10000000 | 110 | 0 | 100010 | 11000 | 1000111 | 100011 | 111111 |
Color Harmonies of #B6C280
Complementary color
Monochromatic Colors of #B6C280
Black with #B6C280
Text Example
Text Example
White with #B6C280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C280; }
p { color: rgb(182,194,128); }
H1.HeaderClassName
{
color: #B6C280;
}
.AnyTagClassName
{
color: #B6C280;
}
</style>
background-color css
<style>
a { background-color: #B6C280; }
a { background-color: rgb(182,194,128); }
div.DivClassName
{
background-color: #B6C280;
}
.BgClassName
{
background-color: #B6C280;
}
</style>
border-color css
<style>
span { border-color: #B6C280; }
span { border-color: rgb(182,194,128); }
td.TdClassName
{
border-color: #B6C280;
}
.TagClassName
{
border-color: #B6C280;
}
</style>