Html Css Color HEX #AEBC5E Olive Green

📋 copy color: '#AEBC5E'

red 174 ◦ green 188 ◦ blue 94

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

Shades of Olive Green #AEBC5E

Tints of Olive Green #AEBC5E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.23%

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

R = 38.16%
G = 41.23%
B = 20.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#AEBC5E (or 0xAEBC5E) is known color: Olive Green. HEX triplet: AE, BC and 5E. RGB value is (174,188,94). Sum of RGB (Red+Green+Blue) = 174+188+94=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBC5E is #5143A1. Grayscale: #ADADAD. Windows color (decimal): -5325730 or 6208686. OLE color: 6208686.

HSL color Cylindrical-coordinate representation of color #AEBC5E: hue angle of 68.94º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AEBC5E is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 188 94 -
CMYK 0.07 0 0.50 0.26
HSL 68.94º 0.41% 0.55% -
HSV(B) 68.94º 0.5% 0.74% -
XYZ 37.46 45.77 17.45 -
YUV 173.1 83.36 128.64 -
System Red Green Blue C M Y K H S L
Decimal 174 188 94 0.07 0 0.50 0.26 68.94 0.41 0.55
Hex AE BC 5E 7 0 32 1A 45 29 37
Octal 256 274 136 7 0 62 32 105 51 67
Binary 10101110 10111100 1011110 111 0 110010 11010 1000101 101001 110111

Color Harmonies of #AEBC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBC5E

Black with #AEBC5E

Text Example


Text Example

White with #AEBC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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