#A4BC75

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

Shades of Olivine #A4BC75

Tints of Olivine #A4BC75

Color information

#A4BC75 (or 0xA4BC75) is unknown color: approx Olivine. HEX triplet: A4, BC and 75. RGB value is (164,188,117). Sum of RGB (Red+Green+Blue) = 164+188+117=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BC75 is #5B438A. Grayscale: #ACACAC. Windows color (decimal): -5981067 or 7716004. OLE color: 7716004.

HSL color Cylindrical-coordinate representation of color #A4BC75: hue angle of 80.28º 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 #A4BC75 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB164188117-
CMYK0.1300.380.26
HSL80.28º34.63%59.8%-
HSV(B)80.28º37.77%73.73%-
XYZ36.545.1423.62-
YUV172.7396.55121.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.97%
GREEN value IS 188 (73.83% from 255) = 40.09%
BLUE value IS 117 (46.09% from 255) = 24.95%
R=34.97%
G=40.09%
B=24.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641881170.1300.380.2680.2834.6359.8
HexA4BC75D0261A50233c
Octal24427416515046321204374
Binary1010010010111100111010111010100110110101010000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BC75; }

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

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

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

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

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

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

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

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