#A6CA65

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

Shades of Olivine #A6CA65

Tints of Olivine #A6CA65

Color information

#A6CA65 (or 0xA6CA65) is unknown color: approx Olivine. HEX triplet: A6, CA and 65. RGB value is (166,202,101). Sum of RGB (Red+Green+Blue) = 166+202+101=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CA65 is #59359A. Grayscale: #B4B4B4. Windows color (decimal): -5846427 or 6671014. OLE color: 6671014.

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

Color convert

RGB166202101-
CMYK0.1800.500.21
HSL81.39º48.79%59.41%-
HSV(B)81.39º50%79.22%-
XYZ39.251.2920.15-
YUV179.7283.57118.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.39%
GREEN value IS 202 (79.30% from 255) = 43.07%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=35.39%
G=43.07%
B=21.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1662021010.1800.500.2181.3948.7959.41
HexA6CA65120321551313b
Octal24631214522062251216173
Binary10100110110010101100101100100110010101011010001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CA65; }

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

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

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

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

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

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

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

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