Html Css Color HEX #AEB361 Olive Green

📋 copy color: '#AEB361'

red 174 ◦ green 179 ◦ blue 97

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

Shades of Olive Green #AEB361

Tints of Olive Green #AEB361

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.78%

 BLUE value IS 97 (38.28% from 255) = 21.56%

R = 38.67%
G = 39.78%
B = 21.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#AEB361 (or 0xAEB361) is known color: Olive Green. HEX triplet: AE, B3 and 61. RGB value is (174,179,97). Sum of RGB (Red+Green+Blue) = 174+179+97=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB361 is #514C9E. Grayscale: #A8A8A8. Windows color (decimal): -5328031 or 6402990. OLE color: 6402990.

HSL color Cylindrical-coordinate representation of color #AEB361: hue angle of 63.66º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AEB361 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 174 179 97 -
CMYK 0.03 0 0.46 0.30
HSL 63.66º 0.35% 0.54% -
HSV(B) 63.66º 0.46% 0.7% -
XYZ 35.73 42.1 17.55 -
YUV 168.16 87.84 132.17 -
System Red Green Blue C M Y K H S L
Decimal 174 179 97 0.03 0 0.46 0.30 63.66 0.35 0.54
Hex AE B3 61 3 0 2E 1E 40 23 36
Octal 256 263 141 3 0 56 36 100 43 66
Binary 10101110 10110011 1100001 11 0 101110 11110 1000000 100011 110110

Color Harmonies of #AEB361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB361

Black with #AEB361

Text Example


Text Example

White with #AEB361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB361; }

 p { color: rgb(174,179,97); }

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

background-color css

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

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

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

border-color css

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

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

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