Html Css Color HEX #AEAE4D Olive Green

📋 copy color: '#AEAE4D'

red 174 ◦ green 174 ◦ blue 77

#AEAE4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #AEAE4D

Tints of Olive Green #AEAE4D

RGB

 RED value IS 174 (68.36% from 255) = 40.94%

 GREEN value IS 174 (68.36% from 255) = 40.94%

 BLUE value IS 77 (30.47% from 255) = 18.12%

R = 40.94%
G = 40.94%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AEAE4D (or 0xAEAE4D) is known color: Olive Green. HEX triplet: AE, AE and 4D. RGB value is (174,174,77). Sum of RGB (Red+Green+Blue) = 174+174+77=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAE4D is #5151B2. Grayscale: #A3A3A3. Windows color (decimal): -5329331 or 5090990. OLE color: 5090990.

HSL color Cylindrical-coordinate representation of color #AEAE4D: hue angle of 60º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEAE4D is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 174 77 -
CMYK 0 0 0.56 0.32
HSL 60º 0.39% 0.49% -
HSV(B) 60º 0.56% 0.68% -
XYZ 33.93 39.81 12.92 -
YUV 162.94 79.5 135.89 -
System Red Green Blue C M Y K H S L
Decimal 174 174 77 0 0 0.56 0.32 60 0.39 0.49
Hex AE AE 4D 0 0 38 20 3C 27 31
Octal 256 256 115 0 0 70 40 74 47 61
Binary 10101110 10101110 1001101 0 0 111000 100000 111100 100111 110001

Color Harmonies of #AEAE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAE4D

Black with #AEAE4D

Text Example


Text Example

White with #AEAE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAE4D; }

 p { color: rgb(174,174,77); }

 H1.HeaderClassName
 {
   color: #AEAE4D;
 }
 .AnyTagClassName
 {
   color: #AEAE4D;
 }
</style>

background-color css

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

 a { background-color: rgb(174,174,77); }

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

border-color css

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

 span { border-color: rgb(174,174,77); }

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