Shades of Caper #B4C58A
Tints of Caper #B4C58A
RGB
CMYK
RGB Variations
Color information
#B4C58A (or 0xB4C58A) is known color: Caper. HEX triplet: B4, C5 and 8A. RGB value is (180,197,138). Sum of RGB (Red+Green+Blue) = 180+197+138=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C58A is #4B3A75. Grayscale: #B9B9B9. Windows color (decimal): -4930166 or 9094580. OLE color: 9094580.
HSL color Cylindrical-coordinate representation of color #B4C58A: hue angle of 77.29º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4C58A is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 197 | 138 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.23 |
| HSL | 77.29º | 0.34% | 0.66% | - |
| HSV(B) | 77.29º | 0.3% | 0.77% | - |
| XYZ | 43.38 | 51.47 | 31.69 | - |
| YUV | 185.19 | 101.37 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 197 | 138 | 0.09 | 0 | 0.30 | 0.23 | 77.29 | 0.34 | 0.66 |
| Hex | B4 | C5 | 8A | 9 | 0 | 1E | 17 | 4D | 22 | 42 |
| Octal | 264 | 305 | 212 | 11 | 0 | 36 | 27 | 115 | 42 | 102 |
| Binary | 10110100 | 11000101 | 10001010 | 1001 | 0 | 11110 | 10111 | 1001101 | 100010 | 1000010 |
Color Harmonies of #B4C58A
Complementary color
Monochromatic Colors of #B4C58A
Black with #B4C58A
Text Example
Text Example
White with #B4C58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C58A; }
p { color: rgb(180,197,138); }
H1.HeaderClassName
{
color: #B4C58A;
}
.AnyTagClassName
{
color: #B4C58A;
}
</style>
background-color css
<style>
a { background-color: #B4C58A; }
a { background-color: rgb(180,197,138); }
div.DivClassName
{
background-color: #B4C58A;
}
.BgClassName
{
background-color: #B4C58A;
}
</style>
border-color css
<style>
span { border-color: #B4C58A; }
span { border-color: rgb(180,197,138); }
td.TdClassName
{
border-color: #B4C58A;
}
.TagClassName
{
border-color: #B4C58A;
}
</style>