#A4BD6F

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

Shades of Olivine #A4BD6F

Tints of Olivine #A4BD6F

Color information

#A4BD6F (or 0xA4BD6F) is unknown color: approx Olivine. HEX triplet: A4, BD and 6F. RGB value is (164,189,111). Sum of RGB (Red+Green+Blue) = 164+189+111=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BD6F is #5B4290. Grayscale: #ACACAC. Windows color (decimal): -5980817 or 7323044. OLE color: 7323044.

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

Color convert

RGB164189111-
CMYK0.1300.410.26
HSL79.23º37.14%58.82%-
HSV(B)79.23º41.27%74.12%-
XYZ36.3845.4421.89-
YUV172.6393.22121.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.34%
GREEN value IS 189 (74.22% from 255) = 40.73%
BLUE value IS 111 (43.75% from 255) = 23.92%
R=35.34%
G=40.73%
B=23.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641891110.1300.410.2679.2337.1458.82
HexA4BD6FD0291A4f253b
Octal24427515715051321174573
Binary1010010010111101110111111010101001110101001111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BD6F; }

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

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

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

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

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

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

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

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