Shades of Caper #B5C38D
Tints of Caper #B5C38D
RGB
CMYK
RGB Variations
Color information
#B5C38D (or 0xB5C38D) is known color: Caper. HEX triplet: B5, C3 and 8D. RGB value is (181,195,141). Sum of RGB (Red+Green+Blue) = 181+195+141=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C38D is #4A3C72. Grayscale: #B8B8B8. Windows color (decimal): -4865139 or 9290677. OLE color: 9290677.
HSL color Cylindrical-coordinate representation of color #B5C38D: hue angle of 75.56º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5C38D is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 195 | 141 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.24 |
| HSL | 75.56º | 0.31% | 0.66% | - |
| HSV(B) | 75.56º | 0.28% | 0.76% | - |
| XYZ | 43.38 | 50.78 | 32.71 | - |
| YUV | 184.66 | 103.36 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 141 | 0.07 | 0 | 0.28 | 0.24 | 75.56 | 0.31 | 0.66 |
| Hex | B5 | C3 | 8D | 7 | 0 | 1C | 18 | 4C | 1F | 42 |
| Octal | 265 | 303 | 215 | 7 | 0 | 34 | 30 | 114 | 37 | 102 |
| Binary | 10110101 | 11000011 | 10001101 | 111 | 0 | 11100 | 11000 | 1001100 | 11111 | 1000010 |
Color Harmonies of #B5C38D
Complementary color
Monochromatic Colors of #B5C38D
Black with #B5C38D
Text Example
Text Example
White with #B5C38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C38D; }
p { color: rgb(181,195,141); }
H1.HeaderClassName
{
color: #B5C38D;
}
.AnyTagClassName
{
color: #B5C38D;
}
</style>
background-color css
<style>
a { background-color: #B5C38D; }
a { background-color: rgb(181,195,141); }
div.DivClassName
{
background-color: #B5C38D;
}
.BgClassName
{
background-color: #B5C38D;
}
</style>
border-color css
<style>
span { border-color: #B5C38D; }
span { border-color: rgb(181,195,141); }
td.TdClassName
{
border-color: #B5C38D;
}
.TagClassName
{
border-color: #B5C38D;
}
</style>