#A0BE7B

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

Shades of Olivine #A0BE7B

Tints of Olivine #A0BE7B

Color information

#A0BE7B (or 0xA0BE7B) is unknown color: approx Olivine. HEX triplet: A0, BE and 7B. RGB value is (160,190,123). Sum of RGB (Red+Green+Blue) = 160+190+123=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE7B is #5F4184. Grayscale: #ADADAD. Windows color (decimal): -6242693 or 8109728. OLE color: 8109728.

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

Color convert

RGB160190123-
CMYK0.1600.350.25
HSL86.87º34.01%61.37%-
HSV(B)86.87º35.26%74.51%-
XYZ36.4945.7325.64-
YUV173.3999.56118.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.83%
GREEN value IS 190 (74.61% from 255) = 40.17%
BLUE value IS 123 (48.44% from 255) = 26.00%
R=33.83%
G=40.17%
B=26.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601901230.1600.350.2586.8734.0161.37
HexA0BE7B100231957223d
Octal24027617320043311274275
Binary10100000101111101111011100000100011110011010111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BE7B; }

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

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

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

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

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

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

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

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