#a0b27c

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

Shades of Olivine #A0B27C

Tints of Olivine #A0B27C

Color information

#A0B27C (or 0xA0B27C) is unknown color: approx Olivine. HEX triplet: A0, B2 and 7C. RGB value is (160,178,124). Sum of RGB (Red+Green+Blue) = 160+178+124=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B27C is #5F4D83. Grayscale: #A6A6A6. Windows color (decimal): -6245764 or 8172192. OLE color: 8172192.

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

Color convert

RGB160178124-
CMYK0.1000.300.30
HSL80º25.96%59.22%-
HSV(B)80º30.34%69.8%-
XYZ34.0640.7725.14-
YUV166.46104.04123.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.63%
GREEN value IS 178 (69.92% from 255) = 38.53%
BLUE value IS 124 (48.83% from 255) = 26.84%
R=34.63%
G=38.53%
B=26.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601781240.1000.300.308025.9659.22
HexA0B27CA01E1E501a3b
Octal24026217412036361203273
Binary10100000101100101111100101001111011110101000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0b27c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0b27c; }

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

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

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

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

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

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

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

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