Shades of Caper #B3C57A
Tints of Caper #B3C57A
RGB
CMYK
RGB Variations
Color information
#B3C57A (or 0xB3C57A) is known color: Caper. HEX triplet: B3, C5 and 7A. RGB value is (179,197,122). Sum of RGB (Red+Green+Blue) = 179+197+122=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C57A is #4C3A85. Grayscale: #B7B7B7. Windows color (decimal): -4995718 or 8046003. OLE color: 8046003.
HSL color Cylindrical-coordinate representation of color #B3C57A: hue angle of 74.4º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B3C57A is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 197 | 122 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.23 |
| HSL | 74.4º | 0.39% | 0.63% | - |
| HSV(B) | 74.4º | 0.38% | 0.77% | - |
| XYZ | 42.07 | 50.92 | 26.02 | - |
| YUV | 183.07 | 93.54 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 197 | 122 | 0.09 | 0 | 0.38 | 0.23 | 74.4 | 0.39 | 0.63 |
| Hex | B3 | C5 | 7A | 9 | 0 | 26 | 17 | 4A | 27 | 3F |
| Octal | 263 | 305 | 172 | 11 | 0 | 46 | 27 | 112 | 47 | 77 |
| Binary | 10110011 | 11000101 | 1111010 | 1001 | 0 | 100110 | 10111 | 1001010 | 100111 | 111111 |
Color Harmonies of #B3C57A
Complementary color
Monochromatic Colors of #B3C57A
Black with #B3C57A
Text Example
Text Example
White with #B3C57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C57A; }
p { color: rgb(179,197,122); }
H1.HeaderClassName
{
color: #B3C57A;
}
.AnyTagClassName
{
color: #B3C57A;
}
</style>
background-color css
<style>
a { background-color: #B3C57A; }
a { background-color: rgb(179,197,122); }
div.DivClassName
{
background-color: #B3C57A;
}
.BgClassName
{
background-color: #B3C57A;
}
</style>
border-color css
<style>
span { border-color: #B3C57A; }
span { border-color: rgb(179,197,122); }
td.TdClassName
{
border-color: #B3C57A;
}
.TagClassName
{
border-color: #B3C57A;
}
</style>