#A8C06F

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

Shades of Caper #A8C06F

Tints of Caper #A8C06F

Color information

#A8C06F (or 0xA8C06F) is unknown color: approx Caper. HEX triplet: A8, C0 and 6F. RGB value is (168,192,111). Sum of RGB (Red+Green+Blue) = 168+192+111=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C06F is #573F90. Grayscale: #AFAFAF. Windows color (decimal): -5717905 or 7323816. OLE color: 7323816.

HSL color Cylindrical-coordinate representation of color #A8C06F: hue angle of 77.78º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8C06F is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB168192111-
CMYK0.1200.420.25
HSL77.78º39.13%59.41%-
HSV(B)77.78º42.19%75.29%-
XYZ37.8747.1722.15-
YUV175.5991.55122.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.67%
GREEN value IS 192 (75.39% from 255) = 40.76%
BLUE value IS 111 (43.75% from 255) = 23.57%
R=35.67%
G=40.76%
B=23.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681921110.1200.420.2577.7839.1359.41
HexA8C06FC02A194e273b
Octal25030015714052311164773
Binary1010100011000000110111111000101010110011001110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C06F; }

 p { color: rgb(168,192,111); }

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

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

 a { background-color: rgb(168,192,111); }

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

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

 span { border-color: rgb(168,192,111); }

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