Shades of Caper #B6CE81
Tints of Caper #B6CE81
RGB
CMYK
RGB Variations
Color information
#B6CE81 (or 0xB6CE81) is known color: Caper. HEX triplet: B6, CE and 81. RGB value is (182,206,129). Sum of RGB (Red+Green+Blue) = 182+206+129=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CE81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CE81 is #49317E. Grayscale: #BEBEBE. Windows color (decimal): -4796799 or 8507062. OLE color: 8507062.
HSL color Cylindrical-coordinate representation of color #B6CE81: hue angle of 78.7º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6CE81 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 206 | 129 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.19 |
| HSL | 78.7º | 0.44% | 0.66% | - |
| HSV(B) | 78.7º | 0.37% | 0.81% | - |
| XYZ | 45.33 | 55.67 | 29.13 | - |
| YUV | 190.05 | 93.55 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 206 | 129 | 0.12 | 0 | 0.37 | 0.19 | 78.7 | 0.44 | 0.66 |
| Hex | B6 | CE | 81 | C | 0 | 25 | 13 | 4F | 2C | 42 |
| Octal | 266 | 316 | 201 | 14 | 0 | 45 | 23 | 117 | 54 | 102 |
| Binary | 10110110 | 11001110 | 10000001 | 1100 | 0 | 100101 | 10011 | 1001111 | 101100 | 1000010 |
Color Harmonies of #B6CE81
Complementary color
Monochromatic Colors of #B6CE81
Black with #B6CE81
Text Example
Text Example
White with #B6CE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CE81; }
p { color: rgb(182,206,129); }
H1.HeaderClassName
{
color: #B6CE81;
}
.AnyTagClassName
{
color: #B6CE81;
}
</style>
background-color css
<style>
a { background-color: #B6CE81; }
a { background-color: rgb(182,206,129); }
div.DivClassName
{
background-color: #B6CE81;
}
.BgClassName
{
background-color: #B6CE81;
}
</style>
border-color css
<style>
span { border-color: #B6CE81; }
span { border-color: rgb(182,206,129); }
td.TdClassName
{
border-color: #B6CE81;
}
.TagClassName
{
border-color: #B6CE81;
}
</style>