#A2B27E

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

Shades of Olivine #A2B27E

Tints of Olivine #A2B27E

Color information

#A2B27E (or 0xA2B27E) is unknown color: approx Olivine. HEX triplet: A2, B2 and 7E. RGB value is (162,178,126). Sum of RGB (Red+Green+Blue) = 162+178+126=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B27E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B27E is #5D4D81. Grayscale: #A7A7A7. Windows color (decimal): -6114690 or 8303266. OLE color: 8303266.

HSL color Cylindrical-coordinate representation of color #A2B27E: hue angle of 78.46º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2B27E is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB162178126-
CMYK0.0900.290.30
HSL78.46º25.24%59.61%-
HSV(B)78.46º29.21%69.8%-
XYZ34.5941.0325.84-
YUV167.29104.7124.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.76%
GREEN value IS 178 (69.92% from 255) = 38.20%
BLUE value IS 126 (49.61% from 255) = 27.04%
R=34.76%
G=38.20%
B=27.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1621781260.0900.290.3078.4625.2459.61
HexA2B27E901D1E4e193c
Octal24226217611035361163174
Binary10100010101100101111110100101110111110100111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B27E; }

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

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

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

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

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

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

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

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