Shades of Caper #B5C08A
Tints of Caper #B5C08A
RGB
CMYK
RGB Variations
Color information
#B5C08A (or 0xB5C08A) is known color: Caper. HEX triplet: B5, C0 and 8A. RGB value is (181,192,138). Sum of RGB (Red+Green+Blue) = 181+192+138=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C08A is #4A3F75. Grayscale: #B6B6B6. Windows color (decimal): -4865910 or 9093301. OLE color: 9093301.
HSL color Cylindrical-coordinate representation of color #B5C08A: hue angle of 72.22º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5C08A is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 138 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.25 |
| HSL | 72.22º | 0.3% | 0.65% | - |
| HSV(B) | 72.22º | 0.28% | 0.75% | - |
| XYZ | 42.49 | 49.36 | 31.33 | - |
| YUV | 182.56 | 102.86 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 138 | 0.06 | 0 | 0.28 | 0.25 | 72.22 | 0.3 | 0.65 |
| Hex | B5 | C0 | 8A | 6 | 0 | 1C | 19 | 48 | 1E | 41 |
| Octal | 265 | 300 | 212 | 6 | 0 | 34 | 31 | 110 | 36 | 101 |
| Binary | 10110101 | 11000000 | 10001010 | 110 | 0 | 11100 | 11001 | 1001000 | 11110 | 1000001 |
Color Harmonies of #B5C08A
Complementary color
Monochromatic Colors of #B5C08A
Black with #B5C08A
Text Example
Text Example
White with #B5C08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C08A; }
p { color: rgb(181,192,138); }
H1.HeaderClassName
{
color: #B5C08A;
}
.AnyTagClassName
{
color: #B5C08A;
}
</style>
background-color css
<style>
a { background-color: #B5C08A; }
a { background-color: rgb(181,192,138); }
div.DivClassName
{
background-color: #B5C08A;
}
.BgClassName
{
background-color: #B5C08A;
}
</style>
border-color css
<style>
span { border-color: #B5C08A; }
span { border-color: rgb(181,192,138); }
td.TdClassName
{
border-color: #B5C08A;
}
.TagClassName
{
border-color: #B5C08A;
}
</style>