Shades of Caper #A8BE78
Tints of Caper #A8BE78
RGB
CMYK
RGB Variations
Color information
#A8BE78 (or 0xA8BE78) is known color: Caper. HEX triplet: A8, BE and 78. RGB value is (168,190,120). Sum of RGB (Red+Green+Blue) = 168+190+120=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BE78 is #574187. Grayscale: #AFAFAF. Windows color (decimal): -5718408 or 7913128. OLE color: 7913128.
HSL color Cylindrical-coordinate representation of color #A8BE78: hue angle of 78.86º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8BE78 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
RGB | 168 | 190 | 120 | - |
CMYK | 0.12 | 0 | 0.37 | 0.25 |
HSL | 78.86º | 0.35% | 0.61% | - |
HSV(B) | 78.86º | 0.37% | 0.75% | - |
XYZ | 37.95 | 46.51 | 24.75 | - |
YUV | 175.44 | 96.71 | 122.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 190 | 120 | 0.12 | 0 | 0.37 | 0.25 | 78.86 | 0.35 | 0.61 |
Hex | A8 | BE | 78 | C | 0 | 25 | 19 | 4F | 23 | 3D |
Octal | 250 | 276 | 170 | 14 | 0 | 45 | 31 | 117 | 43 | 75 |
Binary | 10101000 | 10111110 | 1111000 | 1100 | 0 | 100101 | 11001 | 1001111 | 100011 | 111101 |
Color Harmonies of #A8BE78
Complementary color
Monochromatic Colors of #A8BE78
Black with #A8BE78
Text Example
Text Example
White with #A8BE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BE78; }
p { color: rgb(168,190,120); }
H1.HeaderClassName
{
color: #A8BE78;
}
.AnyTagClassName
{
color: #A8BE78;
}
</style>
background-color css
<style>
a { background-color: #A8BE78; }
a { background-color: rgb(168,190,120); }
div.DivClassName
{
background-color: #A8BE78;
}
.BgClassName
{
background-color: #A8BE78;
}
</style>
border-color css
<style>
span { border-color: #A8BE78; }
span { border-color: rgb(168,190,120); }
td.TdClassName
{
border-color: #A8BE78;
}
.TagClassName
{
border-color: #A8BE78;
}
</style>