Shades of Caper #B7C18A
Tints of Caper #B7C18A
RGB
CMYK
RGB Variations
Color information
#B7C18A (or 0xB7C18A) is known color: Caper. HEX triplet: B7, C1 and 8A. RGB value is (183,193,138). Sum of RGB (Red+Green+Blue) = 183+193+138=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C18A is #483E75. Grayscale: #B7B7B7. Windows color (decimal): -4734582 or 9093559. OLE color: 9093559.
HSL color Cylindrical-coordinate representation of color #B7C18A: hue angle of 70.91º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7C18A is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 193 | 138 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.24 |
| HSL | 70.91º | 0.31% | 0.65% | - |
| HSV(B) | 70.91º | 0.28% | 0.76% | - |
| XYZ | 43.19 | 50.04 | 31.43 | - |
| YUV | 183.74 | 102.19 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 193 | 138 | 0.05 | 0 | 0.28 | 0.24 | 70.91 | 0.31 | 0.65 |
| Hex | B7 | C1 | 8A | 5 | 0 | 1C | 18 | 47 | 1F | 41 |
| Octal | 267 | 301 | 212 | 5 | 0 | 34 | 30 | 107 | 37 | 101 |
| Binary | 10110111 | 11000001 | 10001010 | 101 | 0 | 11100 | 11000 | 1000111 | 11111 | 1000001 |
Color Harmonies of #B7C18A
Complementary color
Monochromatic Colors of #B7C18A
Black with #B7C18A
Text Example
Text Example
White with #B7C18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C18A; }
p { color: rgb(183,193,138); }
H1.HeaderClassName
{
color: #B7C18A;
}
.AnyTagClassName
{
color: #B7C18A;
}
</style>
background-color css
<style>
a { background-color: #B7C18A; }
a { background-color: rgb(183,193,138); }
div.DivClassName
{
background-color: #B7C18A;
}
.BgClassName
{
background-color: #B7C18A;
}
</style>
border-color css
<style>
span { border-color: #B7C18A; }
span { border-color: rgb(183,193,138); }
td.TdClassName
{
border-color: #B7C18A;
}
.TagClassName
{
border-color: #B7C18A;
}
</style>