Shades of Caper #B6D183
Tints of Caper #B6D183
RGB
CMYK
RGB Variations
Color information
#B6D183 (or 0xB6D183) is known color: Caper. HEX triplet: B6, D1 and 83. RGB value is (182,209,131). Sum of RGB (Red+Green+Blue) = 182+209+131=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 209 - color contains mainly: green. Hex color #B6D183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D183 is #492E7C. Grayscale: #C0C0C0. Windows color (decimal): -4796029 or 8638902. OLE color: 8638902.
HSL color Cylindrical-coordinate representation of color #B6D183: hue angle of 80.77º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6D183 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 209 | 131 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.18 |
| HSL | 80.77º | 0.46% | 0.67% | - |
| HSV(B) | 80.77º | 0.37% | 0.82% | - |
| XYZ | 46.19 | 57.18 | 30.08 | - |
| YUV | 192.04 | 93.55 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 209 | 131 | 0.13 | 0 | 0.37 | 0.18 | 80.77 | 0.46 | 0.67 |
| Hex | B6 | D1 | 83 | D | 0 | 25 | 12 | 51 | 2E | 43 |
| Octal | 266 | 321 | 203 | 15 | 0 | 45 | 22 | 121 | 56 | 103 |
| Binary | 10110110 | 11010001 | 10000011 | 1101 | 0 | 100101 | 10010 | 1010001 | 101110 | 1000011 |
Color Harmonies of #B6D183
Complementary color
Monochromatic Colors of #B6D183
Black with #B6D183
Text Example
Text Example
White with #B6D183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D183; }
p { color: rgb(182,209,131); }
H1.HeaderClassName
{
color: #B6D183;
}
.AnyTagClassName
{
color: #B6D183;
}
</style>
background-color css
<style>
a { background-color: #B6D183; }
a { background-color: rgb(182,209,131); }
div.DivClassName
{
background-color: #B6D183;
}
.BgClassName
{
background-color: #B6D183;
}
</style>
border-color css
<style>
span { border-color: #B6D183; }
span { border-color: rgb(182,209,131); }
td.TdClassName
{
border-color: #B6D183;
}
.TagClassName
{
border-color: #B6D183;
}
</style>