Html Css Color HEX #AAB362 Olive Green

📋 copy color: '#AAB362'

red 170 ◦ green 179 ◦ blue 98

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

Shades of Olive Green #AAB362

Tints of Olive Green #AAB362

RGB

 RED value IS 170 (66.8% from 255) = 38.03%

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

 BLUE value IS 98 (38.67% from 255) = 21.92%

R = 38.03%
G = 40.04%
B = 21.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#AAB362 (or 0xAAB362) is known color: Olive Green. HEX triplet: AA, B3 and 62. RGB value is (170,179,98). Sum of RGB (Red+Green+Blue) = 170+179+98=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB362 is #554C9D. Grayscale: #A7A7A7. Windows color (decimal): -5590174 or 6468522. OLE color: 6468522.

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

Color convert

RGB 170 179 98 -
CMYK 0.05 0 0.45 0.30
HSL 66.67º 0.35% 0.54% -
HSV(B) 66.67º 0.45% 0.7% -
XYZ 34.9 41.67 17.76 -
YUV 167.08 89.02 130.09 -
System Red Green Blue C M Y K H S L
Decimal 170 179 98 0.05 0 0.45 0.30 66.67 0.35 0.54
Hex AA B3 62 5 0 2D 1E 43 23 36
Octal 252 263 142 5 0 55 36 103 43 66
Binary 10101010 10110011 1100010 101 0 101101 11110 1000011 100011 110110

Color Harmonies of #AAB362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB362

Black with #AAB362

Text Example


Text Example

White with #AAB362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB362; }

 p { color: rgb(170,179,98); }

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

background-color css

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

 a { background-color: rgb(170,179,98); }

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

border-color css

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

 span { border-color: rgb(170,179,98); }

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