Html Css Color HEX #AEAD4D Olive Green

📋 copy color: '#AEAD4D'

red 174 ◦ green 173 ◦ blue 77

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

Shades of Olive Green #AEAD4D

Tints of Olive Green #AEAD4D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.8%

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

R = 41.04%
G = 40.8%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AEAD4D (or 0xAEAD4D) is known color: Olive Green. HEX triplet: AE, AD and 4D. RGB value is (174,173,77). Sum of RGB (Red+Green+Blue) = 174+173+77=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD4D is #5152B2. Grayscale: #A2A2A2. Windows color (decimal): -5329587 or 5090734. OLE color: 5090734.

HSL color Cylindrical-coordinate representation of color #AEAD4D: hue angle of 59.38º 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 #AEAD4D is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 173 77 -
CMYK 0 0.01 0.56 0.32
HSL 59.38º 0.39% 0.49% -
HSV(B) 59.38º 0.56% 0.68% -
XYZ 33.74 39.42 12.85 -
YUV 162.36 79.83 136.31 -
System Red Green Blue C M Y K H S L
Decimal 174 173 77 0 0.01 0.56 0.32 59.38 0.39 0.49
Hex AE AD 4D 0 1 38 20 3B 27 31
Octal 256 255 115 0 1 70 40 73 47 61
Binary 10101110 10101101 1001101 0 1 111000 100000 111011 100111 110001

Color Harmonies of #AEAD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAD4D

Black with #AEAD4D

Text Example


Text Example

White with #AEAD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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