#A8C67E

Color #A8C67E Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #A8C67E

Tints of Caper #A8C67E

Color information

#A8C67E (or 0xA8C67E) is unknown color: approx Caper. HEX triplet: A8, C6 and 7E. RGB value is (168,198,126). Sum of RGB (Red+Green+Blue) = 168+198+126=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C67E is #573981. Grayscale: #B5B5B5. Windows color (decimal): -5716354 or 8308392. OLE color: 8308392.

HSL color Cylindrical-coordinate representation of color #A8C67E: hue angle of 85º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8C67E is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB168198126-
CMYK0.1500.360.22
HSL85º38.71%63.53%-
HSV(B)85º36.36%77.65%-
XYZ40.1150.2227.32-
YUV180.8297.06118.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 34.15%
GREEN value IS 198 (77.73% from 255) = 40.24%
BLUE value IS 126 (49.61% from 255) = 25.61%
R=34.15%
G=40.24%
B=25.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681981260.1500.360.228538.7163.53
HexA8C67EF02416552740
Octal250306176170442612547100
Binary10101000110001101111110111101001001011010101011001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C67E; }

 p { color: rgb(168,198,126); }

 H1.HeaderClassName
 {
   color: #A8C67E;
 }
 .AnyTagClassName
 {
   color: #A8C67E;
 }
</style>
background-color css

<style>
 a { background-color: #A8C67E; }

 a { background-color: rgb(168,198,126); }

 div.DivClassName
 {
   background-color: #A8C67E;
 }
 .BgClassName
 {
   background-color: #A8C67E;
 }
</style>
border-color css

<style>
 span { border-color: #A8C67E; }

 span { border-color: rgb(168,198,126); }

 td.TdClassName
 {
   border-color: #A8C67E;
 }
 .TagClassName
 {
   border-color: #A8C67E;
 }
</style>