#A2BF7E

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

Shades of Olivine #A2BF7E

Tints of Olivine #A2BF7E

Color information

#A2BF7E (or 0xA2BF7E) is unknown color: approx Olivine. HEX triplet: A2, BF and 7E. RGB value is (162,191,126). Sum of RGB (Red+Green+Blue) = 162+191+126=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BF7E is #5D4081. Grayscale: #AFAFAF. Windows color (decimal): -6111362 or 8306594. OLE color: 8306594.

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

Color convert

RGB162191126-
CMYK0.1500.340.25
HSL86.77º33.68%62.16%-
HSV(B)86.77º34.03%74.9%-
XYZ37.346.4526.74-
YUV174.92100.39118.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.82%
GREEN value IS 191 (75% from 255) = 39.87%
BLUE value IS 126 (49.61% from 255) = 26.30%
R=33.82%
G=39.87%
B=26.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621911260.1500.340.2586.7733.6862.16
HexA2BF7EF0221957223e
Octal24227717617042311274276
Binary1010001010111111111111011110100010110011010111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BF7E; }

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

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

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

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

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

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

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

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