#A2BC75

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

Shades of Olivine #A2BC75

Tints of Olivine #A2BC75

Color information

#A2BC75 (or 0xA2BC75) is unknown color: approx Olivine. HEX triplet: A2, BC and 75. RGB value is (162,188,117). Sum of RGB (Red+Green+Blue) = 162+188+117=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC75 is #5D438A. Grayscale: #ACACAC. Windows color (decimal): -6112139 or 7716002. OLE color: 7716002.

HSL color Cylindrical-coordinate representation of color #A2BC75: hue angle of 81.97º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2BC75 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB162188117-
CMYK0.1400.380.26
HSL81.97º34.63%59.8%-
HSV(B)81.97º37.77%73.73%-
XYZ36.0944.9323.6-
YUV172.1396.89120.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.69%
GREEN value IS 188 (73.83% from 255) = 40.26%
BLUE value IS 117 (46.09% from 255) = 25.05%
R=34.69%
G=40.26%
B=25.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621881170.1400.380.2681.9734.6359.8
HexA2BC75E0261A52233c
Octal24227416516046321224374
Binary1010001010111100111010111100100110110101010010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BC75; }

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

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

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

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

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

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

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

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