#A2BE75

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

Shades of Olivine #A2BE75

Tints of Olivine #A2BE75

Color information

#A2BE75 (or 0xA2BE75) is unknown color: approx Olivine. HEX triplet: A2, BE and 75. RGB value is (162,190,117). Sum of RGB (Red+Green+Blue) = 162+190+117=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BE75 is #5D418A. Grayscale: #ADADAD. Windows color (decimal): -6111627 or 7716514. OLE color: 7716514.

HSL color Cylindrical-coordinate representation of color #A2BE75: hue angle of 83.01º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2BE75 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB162190117-
CMYK0.1500.380.25
HSL83.01º35.96%60.2%-
HSV(B)83.01º38.42%74.51%-
XYZ36.5245.7923.74-
YUV173.3196.22119.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.54%
GREEN value IS 190 (74.61% from 255) = 40.51%
BLUE value IS 117 (46.09% from 255) = 24.95%
R=34.54%
G=40.51%
B=24.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621901170.1500.380.2583.0135.9660.2
HexA2BE75F0261953243c
Octal24227616517046311234474
Binary1010001010111110111010111110100110110011010011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BE75; }

 p { color: rgb(162,190,117); }

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

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

 a { background-color: rgb(162,190,117); }

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

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

 span { border-color: rgb(162,190,117); }

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