#A0B26F

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

Shades of Olivine #A0B26F

Tints of Olivine #A0B26F

Color information

#A0B26F (or 0xA0B26F) is unknown color: approx Olivine. HEX triplet: A0, B2 and 6F. RGB value is (160,178,111). Sum of RGB (Red+Green+Blue) = 160+178+111=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B26F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B26F is #5F4D90. Grayscale: #A5A5A5. Windows color (decimal): -6245777 or 7320224. OLE color: 7320224.

HSL color Cylindrical-coordinate representation of color #A0B26F: hue angle of 76.12º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0B26F is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB160178111-
CMYK0.1000.380.30
HSL76.12º30.32%56.67%-
HSV(B)76.12º37.64%69.8%-
XYZ33.2940.4621.09-
YUV164.9897.54124.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.63%
GREEN value IS 178 (69.92% from 255) = 39.64%
BLUE value IS 111 (43.75% from 255) = 24.72%
R=35.63%
G=39.64%
B=24.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601781110.1000.380.3076.1230.3256.67
HexA0B26FA0261E4c1e39
Octal24026215712046361143671
Binary101000001011001011011111010010011011110100110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B26F; }

 p { color: rgb(160,178,111); }

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

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

 a { background-color: rgb(160,178,111); }

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

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

 span { border-color: rgb(160,178,111); }

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