#A2BF6E

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

Shades of Olivine #A2BF6E

Tints of Olivine #A2BF6E

Color information

#A2BF6E (or 0xA2BF6E) is unknown color: approx Olivine. HEX triplet: A2, BF and 6E. RGB value is (162,191,110). Sum of RGB (Red+Green+Blue) = 162+191+110=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BF6E is #5D4091. Grayscale: #ADADAD. Windows color (decimal): -6111378 or 7258018. OLE color: 7258018.

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

Color convert

RGB162191110-
CMYK0.1500.420.25
HSL81.48º38.76%59.02%-
HSV(B)81.48º42.41%74.9%-
XYZ36.3546.0721.73-
YUV173.0992.39120.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.99%
GREEN value IS 191 (75% from 255) = 41.25%
BLUE value IS 110 (43.36% from 255) = 23.76%
R=34.99%
G=41.25%
B=23.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621911100.1500.420.2581.4838.7659.02
HexA2BF6EF02A1951273b
Octal24227715617052311214773
Binary1010001010111111110111011110101010110011010001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BF6E; }

 p { color: rgb(162,191,110); }

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

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

 a { background-color: rgb(162,191,110); }

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

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

 span { border-color: rgb(162,191,110); }

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