Shades of Caper #B6C67E
Tints of Caper #B6C67E
RGB
CMYK
RGB Variations
Color information
#B6C67E (or 0xB6C67E) is known color: Caper. HEX triplet: B6, C6 and 7E. RGB value is (182,198,126). Sum of RGB (Red+Green+Blue) = 182+198+126=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C67E is #493981. Grayscale: #B9B9B9. Windows color (decimal): -4798850 or 8308406. OLE color: 8308406.
HSL color Cylindrical-coordinate representation of color #B6C67E: hue angle of 73.33º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B6C67E is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 198 | 126 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.22 |
| HSL | 73.33º | 0.39% | 0.64% | - |
| HSV(B) | 73.33º | 0.36% | 0.78% | - |
| XYZ | 43.25 | 51.84 | 27.47 | - |
| YUV | 185.01 | 94.7 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 198 | 126 | 0.08 | 0 | 0.36 | 0.22 | 73.33 | 0.39 | 0.64 |
| Hex | B6 | C6 | 7E | 8 | 0 | 24 | 16 | 49 | 27 | 40 |
| Octal | 266 | 306 | 176 | 10 | 0 | 44 | 26 | 111 | 47 | 100 |
| Binary | 10110110 | 11000110 | 1111110 | 1000 | 0 | 100100 | 10110 | 1001001 | 100111 | 1000000 |
Color Harmonies of #B6C67E
Complementary color
Monochromatic Colors of #B6C67E
Black with #B6C67E
Text Example
Text Example
White with #B6C67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C67E; }
p { color: rgb(182,198,126); }
H1.HeaderClassName
{
color: #B6C67E;
}
.AnyTagClassName
{
color: #B6C67E;
}
</style>
background-color css
<style>
a { background-color: #B6C67E; }
a { background-color: rgb(182,198,126); }
div.DivClassName
{
background-color: #B6C67E;
}
.BgClassName
{
background-color: #B6C67E;
}
</style>
border-color css
<style>
span { border-color: #B6C67E; }
span { border-color: rgb(182,198,126); }
td.TdClassName
{
border-color: #B6C67E;
}
.TagClassName
{
border-color: #B6C67E;
}
</style>