#A4BE62

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

Shades of Olivine #A4BE62

Tints of Olivine #A4BE62

Color information

#A4BE62 (or 0xA4BE62) is unknown color: approx Olivine. HEX triplet: A4, BE and 62. RGB value is (164,190,98). Sum of RGB (Red+Green+Blue) = 164+190+98=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BE62 is #5B419D. Grayscale: #ACACAC. Windows color (decimal): -5980574 or 6471332. OLE color: 6471332.

HSL color Cylindrical-coordinate representation of color #A4BE62: hue angle of 76.96º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4BE62 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB16419098-
CMYK0.1400.480.25
HSL76.96º41.44%56.47%-
HSV(B)76.96º48.42%74.51%-
XYZ35.9345.618.46-
YUV171.7486.39122.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.28%
GREEN value IS 190 (74.61% from 255) = 42.04%
BLUE value IS 98 (38.67% from 255) = 21.68%
R=36.28%
G=42.04%
B=21.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164190980.1400.480.2576.9641.4456.47
HexA4BE62E030194d2938
Octal24427614216060311155170
Binary1010010010111110110001011100110000110011001101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BE62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BE62; }

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

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

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

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

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

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

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

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