Shades of Caper #B5C38A
Tints of Caper #B5C38A
RGB
CMYK
RGB Variations
Color information
#B5C38A (or 0xB5C38A) is known color: Caper. HEX triplet: B5, C3 and 8A. RGB value is (181,195,138). Sum of RGB (Red+Green+Blue) = 181+195+138=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C38A is #4A3C75. Grayscale: #B8B8B8. Windows color (decimal): -4865142 or 9094069. OLE color: 9094069.
HSL color Cylindrical-coordinate representation of color #B5C38A: hue angle of 74.74º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5C38A is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 195 | 138 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.24 |
| HSL | 74.74º | 0.32% | 0.65% | - |
| HSV(B) | 74.74º | 0.29% | 0.76% | - |
| XYZ | 43.16 | 50.69 | 31.55 | - |
| YUV | 184.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 138 | 0.07 | 0 | 0.29 | 0.24 | 74.74 | 0.32 | 0.65 |
| Hex | B5 | C3 | 8A | 7 | 0 | 1D | 18 | 4B | 20 | 41 |
| Octal | 265 | 303 | 212 | 7 | 0 | 35 | 30 | 113 | 40 | 101 |
| Binary | 10110101 | 11000011 | 10001010 | 111 | 0 | 11101 | 11000 | 1001011 | 100000 | 1000001 |
Color Harmonies of #B5C38A
Complementary color
Monochromatic Colors of #B5C38A
Black with #B5C38A
Text Example
Text Example
White with #B5C38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C38A; }
p { color: rgb(181,195,138); }
H1.HeaderClassName
{
color: #B5C38A;
}
.AnyTagClassName
{
color: #B5C38A;
}
</style>
background-color css
<style>
a { background-color: #B5C38A; }
a { background-color: rgb(181,195,138); }
div.DivClassName
{
background-color: #B5C38A;
}
.BgClassName
{
background-color: #B5C38A;
}
</style>
border-color css
<style>
span { border-color: #B5C38A; }
span { border-color: rgb(181,195,138); }
td.TdClassName
{
border-color: #B5C38A;
}
.TagClassName
{
border-color: #B5C38A;
}
</style>