#A4C269

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

Shades of Olivine #A4C269

Tints of Olivine #A4C269

Color information

#A4C269 (or 0xA4C269) is unknown color: approx Olivine. HEX triplet: A4, C2 and 69. RGB value is (164,194,105). Sum of RGB (Red+Green+Blue) = 164+194+105=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C269 is #5B3D96. Grayscale: #AFAFAF. Windows color (decimal): -5979543 or 6931108. OLE color: 6931108.

HSL color Cylindrical-coordinate representation of color #A4C269: hue angle of 80.22º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4C269 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB164194105-
CMYK0.1500.460.24
HSL80.22º42.18%58.63%-
HSV(B)80.22º45.88%76.08%-
XYZ37.1547.520.57-
YUV174.8888.56120.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.42%
GREEN value IS 194 (76.17% from 255) = 41.90%
BLUE value IS 105 (41.41% from 255) = 22.68%
R=35.42%
G=41.90%
B=22.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641941050.1500.460.2480.2242.1858.63
HexA4C269F02E18502a3b
Octal24430215117056301205273
Binary1010010011000010110100111110101110110001010000101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C269; }

 p { color: rgb(164,194,105); }

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

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

 a { background-color: rgb(164,194,105); }

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

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

 span { border-color: rgb(164,194,105); }

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