Shades of Caper #B5C38E
Tints of Caper #B5C38E
RGB
CMYK
RGB Variations
Color information
#B5C38E (or 0xB5C38E) is known color: Caper. HEX triplet: B5, C3 and 8E. RGB value is (181,195,142). Sum of RGB (Red+Green+Blue) = 181+195+142=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C38E is #4A3C71. Grayscale: #B8B8B8. Windows color (decimal): -4865138 or 9356213. OLE color: 9356213.
HSL color Cylindrical-coordinate representation of color #B5C38E: hue angle of 75.85º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5C38E is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 195 | 142 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.24 |
| HSL | 75.85º | 0.31% | 0.66% | - |
| HSV(B) | 75.85º | 0.27% | 0.76% | - |
| XYZ | 43.45 | 50.81 | 33.11 | - |
| YUV | 184.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 142 | 0.07 | 0 | 0.27 | 0.24 | 75.85 | 0.31 | 0.66 |
| Hex | B5 | C3 | 8E | 7 | 0 | 1B | 18 | 4C | 1F | 42 |
| Octal | 265 | 303 | 216 | 7 | 0 | 33 | 30 | 114 | 37 | 102 |
| Binary | 10110101 | 11000011 | 10001110 | 111 | 0 | 11011 | 11000 | 1001100 | 11111 | 1000010 |
Color Harmonies of #B5C38E
Complementary color
Monochromatic Colors of #B5C38E
Black with #B5C38E
Text Example
Text Example
White with #B5C38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C38E; }
p { color: rgb(181,195,142); }
H1.HeaderClassName
{
color: #B5C38E;
}
.AnyTagClassName
{
color: #B5C38E;
}
</style>
background-color css
<style>
a { background-color: #B5C38E; }
a { background-color: rgb(181,195,142); }
div.DivClassName
{
background-color: #B5C38E;
}
.BgClassName
{
background-color: #B5C38E;
}
</style>
border-color css
<style>
span { border-color: #B5C38E; }
span { border-color: rgb(181,195,142); }
td.TdClassName
{
border-color: #B5C38E;
}
.TagClassName
{
border-color: #B5C38E;
}
</style>