Html Css Color HEX #AEB45E Olive Green

📋 copy color: '#AEB45E'

red 174 ◦ green 180 ◦ blue 94

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

Shades of Olive Green #AEB45E

Tints of Olive Green #AEB45E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.18%

 BLUE value IS 94 (37.11% from 255) = 20.98%

R = 38.84%
G = 40.18%
B = 20.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#AEB45E (or 0xAEB45E) is known color: Olive Green. HEX triplet: AE, B4 and 5E. RGB value is (174,180,94). Sum of RGB (Red+Green+Blue) = 174+180+94=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB45E is #514BA1. Grayscale: #A8A8A8. Windows color (decimal): -5327778 or 6206638. OLE color: 6206638.

HSL color Cylindrical-coordinate representation of color #AEB45E: hue angle of 64.19º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AEB45E is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 180 94 -
CMYK 0.03 0 0.48 0.29
HSL 64.19º 0.36% 0.54% -
HSV(B) 64.19º 0.48% 0.71% -
XYZ 35.8 42.45 16.9 -
YUV 168.4 86.01 131.99 -
System Red Green Blue C M Y K H S L
Decimal 174 180 94 0.03 0 0.48 0.29 64.19 0.36 0.54
Hex AE B4 5E 3 0 30 1D 40 24 36
Octal 256 264 136 3 0 60 35 100 44 66
Binary 10101110 10110100 1011110 11 0 110000 11101 1000000 100100 110110

Color Harmonies of #AEB45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB45E

Black with #AEB45E

Text Example


Text Example

White with #AEB45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB45E; }

 p { color: rgb(174,180,94); }

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

background-color css

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

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

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

border-color css

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

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

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