#A0BE6C

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

Shades of Olivine #A0BE6C

Tints of Olivine #A0BE6C

Color information

#A0BE6C (or 0xA0BE6C) is unknown color: approx Olivine. HEX triplet: A0, BE and 6C. RGB value is (160,190,108). Sum of RGB (Red+Green+Blue) = 160+190+108=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE6C is #5F4193. Grayscale: #ABABAB. Windows color (decimal): -6242708 or 7126688. OLE color: 7126688.

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

Color convert

RGB160190108-
CMYK0.1600.430.25
HSL81.95º38.68%58.43%-
HSV(B)81.95º43.16%74.51%-
XYZ35.6245.3821.07-
YUV171.6892.06119.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.93%
GREEN value IS 190 (74.61% from 255) = 41.48%
BLUE value IS 108 (42.58% from 255) = 23.58%
R=34.93%
G=41.48%
B=23.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601901080.1600.430.2581.9538.6858.43
HexA0BE6C1002B1952273a
Octal24027615420053311224772
Binary10100000101111101101100100000101011110011010010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BE6C; }

 p { color: rgb(160,190,108); }

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

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

 a { background-color: rgb(160,190,108); }

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

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

 span { border-color: rgb(160,190,108); }

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