Shades of Caper #B6C38B
Tints of Caper #B6C38B
RGB
CMYK
RGB Variations
Color information
#B6C38B (or 0xB6C38B) is known color: Caper. HEX triplet: B6, C3 and 8B. RGB value is (182,195,139). Sum of RGB (Red+Green+Blue) = 182+195+139=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C38B is #493C74. Grayscale: #B8B8B8. Windows color (decimal): -4799605 or 9159606. OLE color: 9159606.
HSL color Cylindrical-coordinate representation of color #B6C38B: hue angle of 73.93º 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 #B6C38B is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 195 | 139 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.24 |
| HSL | 73.93º | 0.32% | 0.65% | - |
| HSV(B) | 73.93º | 0.29% | 0.76% | - |
| XYZ | 43.47 | 50.84 | 31.95 | - |
| YUV | 184.73 | 102.19 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 195 | 139 | 0.07 | 0 | 0.29 | 0.24 | 73.93 | 0.32 | 0.65 |
| Hex | B6 | C3 | 8B | 7 | 0 | 1D | 18 | 4A | 20 | 41 |
| Octal | 266 | 303 | 213 | 7 | 0 | 35 | 30 | 112 | 40 | 101 |
| Binary | 10110110 | 11000011 | 10001011 | 111 | 0 | 11101 | 11000 | 1001010 | 100000 | 1000001 |
Color Harmonies of #B6C38B
Complementary color
Monochromatic Colors of #B6C38B
Black with #B6C38B
Text Example
Text Example
White with #B6C38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C38B; }
p { color: rgb(182,195,139); }
H1.HeaderClassName
{
color: #B6C38B;
}
.AnyTagClassName
{
color: #B6C38B;
}
</style>
background-color css
<style>
a { background-color: #B6C38B; }
a { background-color: rgb(182,195,139); }
div.DivClassName
{
background-color: #B6C38B;
}
.BgClassName
{
background-color: #B6C38B;
}
</style>
border-color css
<style>
span { border-color: #B6C38B; }
span { border-color: rgb(182,195,139); }
td.TdClassName
{
border-color: #B6C38B;
}
.TagClassName
{
border-color: #B6C38B;
}
</style>