Shades of Caper #B6C38A
Tints of Caper #B6C38A
RGB
CMYK
RGB Variations
Color information
#B6C38A (or 0xB6C38A) is known color: Caper. HEX triplet: B6, C3 and 8A. RGB value is (182,195,138). Sum of RGB (Red+Green+Blue) = 182+195+138=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C38A is #493C75. Grayscale: #B8B8B8. Windows color (decimal): -4799606 or 9094070. OLE color: 9094070.
HSL color Cylindrical-coordinate representation of color #B6C38A: hue angle of 73.68º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6C38A is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 195 | 138 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.24 |
| HSL | 73.68º | 0.32% | 0.65% | - |
| HSV(B) | 73.68º | 0.29% | 0.76% | - |
| XYZ | 43.39 | 50.81 | 31.57 | - |
| YUV | 184.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 195 | 138 | 0.07 | 0 | 0.29 | 0.24 | 73.68 | 0.32 | 0.65 |
| Hex | B6 | C3 | 8A | 7 | 0 | 1D | 18 | 4A | 20 | 41 |
| Octal | 266 | 303 | 212 | 7 | 0 | 35 | 30 | 112 | 40 | 101 |
| Binary | 10110110 | 11000011 | 10001010 | 111 | 0 | 11101 | 11000 | 1001010 | 100000 | 1000001 |
Color Harmonies of #B6C38A
Complementary color
Monochromatic Colors of #B6C38A
Black with #B6C38A
Text Example
Text Example
White with #B6C38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C38A; }
p { color: rgb(182,195,138); }
H1.HeaderClassName
{
color: #B6C38A;
}
.AnyTagClassName
{
color: #B6C38A;
}
</style>
background-color css
<style>
a { background-color: #B6C38A; }
a { background-color: rgb(182,195,138); }
div.DivClassName
{
background-color: #B6C38A;
}
.BgClassName
{
background-color: #B6C38A;
}
</style>
border-color css
<style>
span { border-color: #B6C38A; }
span { border-color: rgb(182,195,138); }
td.TdClassName
{
border-color: #B6C38A;
}
.TagClassName
{
border-color: #B6C38A;
}
</style>