#A0BE72

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

Shades of Olivine #A0BE72

Tints of Olivine #A0BE72

Color information

#A0BE72 (or 0xA0BE72) is unknown color: approx Olivine. HEX triplet: A0, BE and 72. RGB value is (160,190,114). Sum of RGB (Red+Green+Blue) = 160+190+114=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE72 is #5F418D. Grayscale: #ACACAC. Windows color (decimal): -6242702 or 7519904. OLE color: 7519904.

HSL color Cylindrical-coordinate representation of color #A0BE72: hue angle of 83.68º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0BE72 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB160190114-
CMYK0.1600.400.25
HSL83.68º36.89%59.61%-
HSV(B)83.68º40%74.51%-
XYZ35.9545.5222.81-
YUV172.3795.06119.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.48%
GREEN value IS 190 (74.61% from 255) = 40.95%
BLUE value IS 114 (44.92% from 255) = 24.57%
R=34.48%
G=40.95%
B=24.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601901140.1600.400.2583.6836.8959.61
HexA0BE72100281954253c
Octal24027616220050311244574
Binary10100000101111101110010100000101000110011010100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BE72; }

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

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

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

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

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

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

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

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