Shades of Caper #B5C08B
Tints of Caper #B5C08B
RGB
CMYK
RGB Variations
Color information
#B5C08B (or 0xB5C08B) is known color: Caper. HEX triplet: B5, C0 and 8B. RGB value is (181,192,139). Sum of RGB (Red+Green+Blue) = 181+192+139=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C08B is #4A3F74. Grayscale: #B6B6B6. Windows color (decimal): -4865909 or 9158837. OLE color: 9158837.
HSL color Cylindrical-coordinate representation of color #B5C08B: hue angle of 72.45º 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 #B5C08B is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 139 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.25 |
| HSL | 72.45º | 0.3% | 0.65% | - |
| HSV(B) | 72.45º | 0.28% | 0.75% | - |
| XYZ | 42.57 | 49.39 | 31.72 | - |
| YUV | 182.67 | 103.36 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 139 | 0.06 | 0 | 0.28 | 0.25 | 72.45 | 0.3 | 0.65 |
| Hex | B5 | C0 | 8B | 6 | 0 | 1C | 19 | 48 | 1E | 41 |
| Octal | 265 | 300 | 213 | 6 | 0 | 34 | 31 | 110 | 36 | 101 |
| Binary | 10110101 | 11000000 | 10001011 | 110 | 0 | 11100 | 11001 | 1001000 | 11110 | 1000001 |
Color Harmonies of #B5C08B
Complementary color
Monochromatic Colors of #B5C08B
Black with #B5C08B
Text Example
Text Example
White with #B5C08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C08B; }
p { color: rgb(181,192,139); }
H1.HeaderClassName
{
color: #B5C08B;
}
.AnyTagClassName
{
color: #B5C08B;
}
</style>
background-color css
<style>
a { background-color: #B5C08B; }
a { background-color: rgb(181,192,139); }
div.DivClassName
{
background-color: #B5C08B;
}
.BgClassName
{
background-color: #B5C08B;
}
</style>
border-color css
<style>
span { border-color: #B5C08B; }
span { border-color: rgb(181,192,139); }
td.TdClassName
{
border-color: #B5C08B;
}
.TagClassName
{
border-color: #B5C08B;
}
</style>