Html Css Color HEX #AEBB60 Olive Green

📋 copy color: '#AEBB60'

red 174 ◦ green 187 ◦ blue 96

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

Shades of Olive Green #AEBB60

Tints of Olive Green #AEBB60

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.92%

 BLUE value IS 96 (37.89% from 255) = 21.01%

R = 38.07%
G = 40.92%
B = 21.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#AEBB60 (or 0xAEBB60) is known color: Olive Green. HEX triplet: AE, BB and 60. RGB value is (174,187,96). Sum of RGB (Red+Green+Blue) = 174+187+96=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBB60 is #51449F. Grayscale: #ADADAD. Windows color (decimal): -5325984 or 6339502. OLE color: 6339502.

HSL color Cylindrical-coordinate representation of color #AEBB60: hue angle of 68.57º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AEBB60 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 187 96 -
CMYK 0.07 0 0.49 0.27
HSL 68.57º 0.4% 0.55% -
HSV(B) 68.57º 0.49% 0.73% -
XYZ 37.34 45.38 17.86 -
YUV 172.74 84.69 128.9 -
System Red Green Blue C M Y K H S L
Decimal 174 187 96 0.07 0 0.49 0.27 68.57 0.4 0.55
Hex AE BB 60 7 0 31 1B 45 28 37
Octal 256 273 140 7 0 61 33 105 50 67
Binary 10101110 10111011 1100000 111 0 110001 11011 1000101 101000 110111

Color Harmonies of #AEBB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBB60

Black with #AEBB60

Text Example


Text Example

White with #AEBB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBB60; }

 p { color: rgb(174,187,96); }

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

background-color css

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

 a { background-color: rgb(174,187,96); }

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

border-color css

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

 span { border-color: rgb(174,187,96); }

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