#A6CA6C

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

Shades of Olivine #A6CA6C

Tints of Olivine #A6CA6C

Color information

#A6CA6C (or 0xA6CA6C) is unknown color: approx Olivine. HEX triplet: A6, CA and 6C. RGB value is (166,202,108). Sum of RGB (Red+Green+Blue) = 166+202+108=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CA6C is #593593. Grayscale: #B4B4B4. Windows color (decimal): -5846420 or 7129766. OLE color: 7129766.

HSL color Cylindrical-coordinate representation of color #A6CA6C: hue angle of 82.98º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6CA6C is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB166202108-
CMYK0.1800.470.21
HSL82.98º47%60.78%-
HSV(B)82.98º46.53%79.22%-
XYZ39.5551.4322.03-
YUV180.5287.07117.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.87%
GREEN value IS 202 (79.30% from 255) = 42.44%
BLUE value IS 108 (42.58% from 255) = 22.69%
R=34.87%
G=42.44%
B=22.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1662021080.1800.470.2182.984760.78
HexA6CA6C1202F15532f3d
Octal24631215422057251235775
Binary10100110110010101101100100100101111101011010011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CA6C; }

 p { color: rgb(166,202,108); }

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

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

 a { background-color: rgb(166,202,108); }

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

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

 span { border-color: rgb(166,202,108); }

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