Html Css Color HEX #AEBA5A Olive Green

📋 copy color: '#AEBA5A'

red 174 ◦ green 186 ◦ blue 90

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

Shades of Olive Green #AEBA5A

Tints of Olive Green #AEBA5A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.33%

 BLUE value IS 90 (35.55% from 255) = 20%

R = 38.67%
G = 41.33%
B = 20%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#AEBA5A (or 0xAEBA5A) is known color: Olive Green. HEX triplet: AE, BA and 5A. RGB value is (174,186,90). Sum of RGB (Red+Green+Blue) = 174+186+90=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBA5A is #5145A5. Grayscale: #ABABAB. Windows color (decimal): -5326246 or 5946030. OLE color: 5946030.

HSL color Cylindrical-coordinate representation of color #AEBA5A: hue angle of 67.5º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AEBA5A is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 186 90 -
CMYK 0.06 0 0.52 0.27
HSL 67.5º 0.41% 0.54% -
HSV(B) 67.5º 0.52% 0.73% -
XYZ 36.86 44.85 16.39 -
YUV 171.47 82.02 129.81 -
System Red Green Blue C M Y K H S L
Decimal 174 186 90 0.06 0 0.52 0.27 67.5 0.41 0.54
Hex AE BA 5A 6 0 34 1B 44 29 36
Octal 256 272 132 6 0 64 33 104 51 66
Binary 10101110 10111010 1011010 110 0 110100 11011 1000100 101001 110110

Color Harmonies of #AEBA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBA5A

Black with #AEBA5A

Text Example


Text Example

White with #AEBA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBA5A; }

 p { color: rgb(174,186,90); }

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

background-color css

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

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

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

border-color css

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

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

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