Html Css Color HEX #AEAE54 Olive Green

📋 copy color: '#AEAE54'

red 174 ◦ green 174 ◦ blue 84

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

Shades of Olive Green #AEAE54

Tints of Olive Green #AEAE54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.44%

R = 40.28%
G = 40.28%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AEAE54 (or 0xAEAE54) is known color: Olive Green. HEX triplet: AE, AE and 54. RGB value is (174,174,84). Sum of RGB (Red+Green+Blue) = 174+174+84=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 84 (33.20% from 255 or 19.44% from 432); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAE54 is #5151AB. Grayscale: #A4A4A4. Windows color (decimal): -5329324 or 5549742. OLE color: 5549742.

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

Color convert

RGB 174 174 84 -
CMYK 0 0 0.52 0.32
HSL 60º 0.36% 0.51% -
HSV(B) 60º 0.52% 0.68% -
XYZ 34.19 39.91 14.29 -
YUV 163.74 83 135.32 -
System Red Green Blue C M Y K H S L
Decimal 174 174 84 0 0 0.52 0.32 60 0.36 0.51
Hex AE AE 54 0 0 34 20 3C 24 33
Octal 256 256 124 0 0 64 40 74 44 63
Binary 10101110 10101110 1010100 0 0 110100 100000 111100 100100 110011

Color Harmonies of #AEAE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAE54

Black with #AEAE54

Text Example


Text Example

White with #AEAE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAE54; }

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

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

background-color css

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

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

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

border-color css

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

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

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