Shades of Caper #A8C77D
Tints of Caper #A8C77D
RGB
CMYK
RGB Variations
Color information
#A8C77D (or 0xA8C77D) is known color: Caper. HEX triplet: A8, C7 and 7D. RGB value is (168,199,125). Sum of RGB (Red+Green+Blue) = 168+199+125=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 199 (78.12% from 255 or 40.45% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C77D is #573882. Grayscale: #B5B5B5. Windows color (decimal): -5716099 or 8243112. OLE color: 8243112.
HSL color Cylindrical-coordinate representation of color #A8C77D: hue angle of 85.14º degrees, saturation: 0.4, 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 #A8C77D is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
RGB | 168 | 199 | 125 | - |
CMYK | 0.16 | 0 | 0.37 | 0.22 |
HSL | 85.14º | 0.4% | 0.64% | - |
HSV(B) | 85.14º | 0.37% | 0.78% | - |
XYZ | 40.27 | 50.65 | 27.06 | - |
YUV | 181.3 | 96.23 | 118.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 199 | 125 | 0.16 | 0 | 0.37 | 0.22 | 85.14 | 0.4 | 0.64 |
Hex | A8 | C7 | 7D | 10 | 0 | 25 | 16 | 55 | 28 | 40 |
Octal | 250 | 307 | 175 | 20 | 0 | 45 | 26 | 125 | 50 | 100 |
Binary | 10101000 | 11000111 | 1111101 | 10000 | 0 | 100101 | 10110 | 1010101 | 101000 | 1000000 |
Color Harmonies of #A8C77D
Complementary color
Monochromatic Colors of #A8C77D
Black with #A8C77D
Text Example
Text Example
White with #A8C77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C77D; }
p { color: rgb(168,199,125); }
H1.HeaderClassName
{
color: #A8C77D;
}
.AnyTagClassName
{
color: #A8C77D;
}
</style>
background-color css
<style>
a { background-color: #A8C77D; }
a { background-color: rgb(168,199,125); }
div.DivClassName
{
background-color: #A8C77D;
}
.BgClassName
{
background-color: #A8C77D;
}
</style>
border-color css
<style>
span { border-color: #A8C77D; }
span { border-color: rgb(168,199,125); }
td.TdClassName
{
border-color: #A8C77D;
}
.TagClassName
{
border-color: #A8C77D;
}
</style>