#A4BC62

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

Shades of Olivine #A4BC62

Tints of Olivine #A4BC62

Color information

#A4BC62 (or 0xA4BC62) is unknown color: approx Olivine. HEX triplet: A4, BC and 62. RGB value is (164,188,98). Sum of RGB (Red+Green+Blue) = 164+188+98=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BC62 is #5B439D. Grayscale: #AAAAAA. Windows color (decimal): -5981086 or 6470820. OLE color: 6470820.

HSL color Cylindrical-coordinate representation of color #A4BC62: hue angle of 76º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4BC62 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB16418898-
CMYK0.1300.480.26
HSL76º40.18%56.08%-
HSV(B)76º47.87%73.73%-
XYZ35.544.7418.32-
YUV170.5687.05123.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.44%
GREEN value IS 188 (73.83% from 255) = 41.78%
BLUE value IS 98 (38.67% from 255) = 21.78%
R=36.44%
G=41.78%
B=21.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164188980.1300.480.267640.1856.08
HexA4BC62D0301A4c2838
Octal24427414215060321145070
Binary1010010010111100110001011010110000110101001100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BC62; }

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

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

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

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

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

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

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

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