#A4C36D

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

Shades of Olivine #A4C36D

Tints of Olivine #A4C36D

Color information

#A4C36D (or 0xA4C36D) is unknown color: approx Olivine. HEX triplet: A4, C3 and 6D. RGB value is (164,195,109). Sum of RGB (Red+Green+Blue) = 164+195+109=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C36D is #5B3C92. Grayscale: #B0B0B0. Windows color (decimal): -5979283 or 7193508. OLE color: 7193508.

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

Color convert

RGB164195109-
CMYK0.1600.440.24
HSL81.63º41.75%59.61%-
HSV(B)81.63º44.1%76.47%-
XYZ37.5948.0321.76-
YUV175.9390.23119.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.04%
GREEN value IS 195 (76.56% from 255) = 41.67%
BLUE value IS 109 (42.97% from 255) = 23.29%
R=35.04%
G=41.67%
B=23.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641951090.1600.440.2481.6341.7559.61
HexA4C36D1002C18522a3c
Octal24430315520054301225274
Binary10100100110000111101101100000101100110001010010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C36D; }

 p { color: rgb(164,195,109); }

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

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

 a { background-color: rgb(164,195,109); }

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

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

 span { border-color: rgb(164,195,109); }

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