Shades of Caper #A5C77E
Tints of Caper #A5C77E
RGB
CMYK
RGB Variations
Color information
#A5C77E (or 0xA5C77E) is known color: Caper. HEX triplet: A5, C7 and 7E. RGB value is (165,199,126). Sum of RGB (Red+Green+Blue) = 165+199+126=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 199 - color contains mainly: green. Hex color #A5C77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C77E is #5A3881. Grayscale: #B4B4B4. Windows color (decimal): -5912706 or 8308645. OLE color: 8308645.
HSL color Cylindrical-coordinate representation of color #A5C77E: hue angle of 87.95º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5C77E is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 199 | 126 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.22 |
| HSL | 87.95º | 0.39% | 0.64% | - |
| HSV(B) | 87.95º | 0.37% | 0.78% | - |
| XYZ | 39.71 | 50.35 | 27.36 | - |
| YUV | 180.51 | 97.24 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 199 | 126 | 0.17 | 0 | 0.37 | 0.22 | 87.95 | 0.39 | 0.64 |
| Hex | A5 | C7 | 7E | 11 | 0 | 25 | 16 | 58 | 27 | 40 |
| Octal | 245 | 307 | 176 | 21 | 0 | 45 | 26 | 130 | 47 | 100 |
| Binary | 10100101 | 11000111 | 1111110 | 10001 | 0 | 100101 | 10110 | 1011000 | 100111 | 1000000 |
Color Harmonies of #A5C77E
Complementary color
Monochromatic Colors of #A5C77E
Black with #A5C77E
Text Example
Text Example
White with #A5C77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C77E; }
p { color: rgb(165,199,126); }
H1.HeaderClassName
{
color: #A5C77E;
}
.AnyTagClassName
{
color: #A5C77E;
}
</style>
background-color css
<style>
a { background-color: #A5C77E; }
a { background-color: rgb(165,199,126); }
div.DivClassName
{
background-color: #A5C77E;
}
.BgClassName
{
background-color: #A5C77E;
}
</style>
border-color css
<style>
span { border-color: #A5C77E; }
span { border-color: rgb(165,199,126); }
td.TdClassName
{
border-color: #A5C77E;
}
.TagClassName
{
border-color: #A5C77E;
}
</style>