Shades of Caper #B6C27D
Tints of Caper #B6C27D
RGB
CMYK
RGB Variations
Color information
#B6C27D (or 0xB6C27D) is known color: Caper. HEX triplet: B6, C2 and 7D. RGB value is (182,194,125). Sum of RGB (Red+Green+Blue) = 182+194+125=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C27D is #493D82. Grayscale: #B6B6B6. Windows color (decimal): -4799875 or 8241846. OLE color: 8241846.
HSL color Cylindrical-coordinate representation of color #B6C27D: hue angle of 70.43º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B6C27D is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 194 | 125 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.24 |
| HSL | 70.43º | 0.36% | 0.63% | - |
| HSV(B) | 70.43º | 0.36% | 0.76% | - |
| XYZ | 42.28 | 50.01 | 26.83 | - |
| YUV | 182.55 | 95.52 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 194 | 125 | 0.06 | 0 | 0.36 | 0.24 | 70.43 | 0.36 | 0.63 |
| Hex | B6 | C2 | 7D | 6 | 0 | 24 | 18 | 46 | 24 | 3F |
| Octal | 266 | 302 | 175 | 6 | 0 | 44 | 30 | 106 | 44 | 77 |
| Binary | 10110110 | 11000010 | 1111101 | 110 | 0 | 100100 | 11000 | 1000110 | 100100 | 111111 |
Color Harmonies of #B6C27D
Complementary color
Monochromatic Colors of #B6C27D
Black with #B6C27D
Text Example
Text Example
White with #B6C27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C27D; }
p { color: rgb(182,194,125); }
H1.HeaderClassName
{
color: #B6C27D;
}
.AnyTagClassName
{
color: #B6C27D;
}
</style>
background-color css
<style>
a { background-color: #B6C27D; }
a { background-color: rgb(182,194,125); }
div.DivClassName
{
background-color: #B6C27D;
}
.BgClassName
{
background-color: #B6C27D;
}
</style>
border-color css
<style>
span { border-color: #B6C27D; }
span { border-color: rgb(182,194,125); }
td.TdClassName
{
border-color: #B6C27D;
}
.TagClassName
{
border-color: #B6C27D;
}
</style>