Html Css Color HEX #AAB365 Olive Green

📋 copy color: '#AAB365'

red 170 ◦ green 179 ◦ blue 101

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

Shades of Olive Green #AAB365

Tints of Olive Green #AAB365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.44%

R = 37.78%
G = 39.78%
B = 22.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#AAB365 (or 0xAAB365) is known color: Olive Green. HEX triplet: AA, B3 and 65. RGB value is (170,179,101). Sum of RGB (Red+Green+Blue) = 170+179+101=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB365 is #554C9A. Grayscale: #A7A7A7. Windows color (decimal): -5590171 or 6665130. OLE color: 6665130.

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

Color convert

RGB 170 179 101 -
CMYK 0.05 0 0.44 0.30
HSL 66.92º 0.34% 0.55% -
HSV(B) 66.92º 0.44% 0.7% -
XYZ 35.05 41.73 18.52 -
YUV 167.42 90.52 129.84 -
System Red Green Blue C M Y K H S L
Decimal 170 179 101 0.05 0 0.44 0.30 66.92 0.34 0.55
Hex AA B3 65 5 0 2C 1E 43 22 37
Octal 252 263 145 5 0 54 36 103 42 67
Binary 10101010 10110011 1100101 101 0 101100 11110 1000011 100010 110111

Color Harmonies of #AAB365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB365

Black with #AAB365

Text Example


Text Example

White with #AAB365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB365; }

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

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

background-color css

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

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

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

border-color css

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

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

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