#A4BD6E

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

Shades of Olivine #A4BD6E

Tints of Olivine #A4BD6E

Color information

#A4BD6E (or 0xA4BD6E) is unknown color: approx Olivine. HEX triplet: A4, BD and 6E. RGB value is (164,189,110). Sum of RGB (Red+Green+Blue) = 164+189+110=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BD6E is #5B4291. Grayscale: #ACACAC. Windows color (decimal): -5980818 or 7257508. OLE color: 7257508.

HSL color Cylindrical-coordinate representation of color #A4BD6E: hue angle of 78.99º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A4BD6E is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB164189110-
CMYK0.1300.420.26
HSL78.99º37.44%58.63%-
HSV(B)78.99º41.8%74.12%-
XYZ36.3245.4121.6-
YUV172.5292.72121.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.42%
GREEN value IS 189 (74.22% from 255) = 40.82%
BLUE value IS 110 (43.36% from 255) = 23.76%
R=35.42%
G=40.82%
B=23.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641891100.1300.420.2678.9937.4458.63
HexA4BD6ED02A1A4f253b
Octal24427515615052321174573
Binary1010010010111101110111011010101010110101001111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BD6E; }

 p { color: rgb(164,189,110); }

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

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

 a { background-color: rgb(164,189,110); }

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

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

 span { border-color: rgb(164,189,110); }

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