Shades of Caper #B4C57E
Tints of Caper #B4C57E
RGB
CMYK
RGB Variations
Color information
#B4C57E (or 0xB4C57E) is known color: Caper. HEX triplet: B4, C5 and 7E. RGB value is (180,197,126). Sum of RGB (Red+Green+Blue) = 180+197+126=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C57E is #4B3A81. Grayscale: #B8B8B8. Windows color (decimal): -4930178 or 8308148. OLE color: 8308148.
HSL color Cylindrical-coordinate representation of color #B4C57E: hue angle of 74.37º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B4C57E is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 197 | 126 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.23 |
| HSL | 74.37º | 0.38% | 0.63% | - |
| HSV(B) | 74.37º | 0.36% | 0.77% | - |
| XYZ | 42.55 | 51.14 | 27.37 | - |
| YUV | 183.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 197 | 126 | 0.09 | 0 | 0.36 | 0.23 | 74.37 | 0.38 | 0.63 |
| Hex | B4 | C5 | 7E | 9 | 0 | 24 | 17 | 4A | 26 | 3F |
| Octal | 264 | 305 | 176 | 11 | 0 | 44 | 27 | 112 | 46 | 77 |
| Binary | 10110100 | 11000101 | 1111110 | 1001 | 0 | 100100 | 10111 | 1001010 | 100110 | 111111 |
Color Harmonies of #B4C57E
Complementary color
Monochromatic Colors of #B4C57E
Black with #B4C57E
Text Example
Text Example
White with #B4C57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C57E; }
p { color: rgb(180,197,126); }
H1.HeaderClassName
{
color: #B4C57E;
}
.AnyTagClassName
{
color: #B4C57E;
}
</style>
background-color css
<style>
a { background-color: #B4C57E; }
a { background-color: rgb(180,197,126); }
div.DivClassName
{
background-color: #B4C57E;
}
.BgClassName
{
background-color: #B4C57E;
}
</style>
border-color css
<style>
span { border-color: #B4C57E; }
span { border-color: rgb(180,197,126); }
td.TdClassName
{
border-color: #B4C57E;
}
.TagClassName
{
border-color: #B4C57E;
}
</style>