Html Css Color HEX #AEB55E Olive Green

📋 copy color: '#AEB55E'

red 174 ◦ green 181 ◦ blue 94

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

Shades of Olive Green #AEB55E

Tints of Olive Green #AEB55E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.31%

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

R = 38.75%
G = 40.31%
B = 20.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#AEB55E (or 0xAEB55E) is known color: Olive Green. HEX triplet: AE, B5 and 5E. RGB value is (174,181,94). Sum of RGB (Red+Green+Blue) = 174+181+94=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB55E is #514AA1. Grayscale: #A9A9A9. Windows color (decimal): -5327522 or 6206894. OLE color: 6206894.

HSL color Cylindrical-coordinate representation of color #AEB55E: hue angle of 64.83º degrees, saturation: 0.37, 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 #AEB55E is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 181 94 -
CMYK 0.04 0 0.48 0.29
HSL 64.83º 0.37% 0.54% -
HSV(B) 64.83º 0.48% 0.71% -
XYZ 36 42.85 16.96 -
YUV 168.99 85.68 131.57 -
System Red Green Blue C M Y K H S L
Decimal 174 181 94 0.04 0 0.48 0.29 64.83 0.37 0.54
Hex AE B5 5E 4 0 30 1D 41 25 36
Octal 256 265 136 4 0 60 35 101 45 66
Binary 10101110 10110101 1011110 100 0 110000 11101 1000001 100101 110110

Color Harmonies of #AEB55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB55E

Black with #AEB55E

Text Example


Text Example

White with #AEB55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB55E; }

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

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

background-color css

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

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

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

border-color css

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

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

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