Html Css Color HEX #AAB35B Olive Green

📋 copy color: '#AAB35B'

red 170 ◦ green 179 ◦ blue 91

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

Shades of Olive Green #AAB35B

Tints of Olive Green #AAB35B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.68%

R = 38.64%
G = 40.68%
B = 20.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#AAB35B (or 0xAAB35B) is known color: Olive Green. HEX triplet: AA, B3 and 5B. RGB value is (170,179,91). Sum of RGB (Red+Green+Blue) = 170+179+91=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB35B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB35B is #554CA4. Grayscale: #A6A6A6. Windows color (decimal): -5590181 or 6009770. OLE color: 6009770.

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

Color convert

RGB 170 179 91 -
CMYK 0.05 0 0.49 0.30
HSL 66.14º 0.37% 0.53% -
HSV(B) 66.14º 0.49% 0.7% -
XYZ 34.59 41.54 16.09 -
YUV 166.28 85.52 130.66 -
System Red Green Blue C M Y K H S L
Decimal 170 179 91 0.05 0 0.49 0.30 66.14 0.37 0.53
Hex AA B3 5B 5 0 31 1E 42 25 35
Octal 252 263 133 5 0 61 36 102 45 65
Binary 10101010 10110011 1011011 101 0 110001 11110 1000010 100101 110101

Color Harmonies of #AAB35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB35B

Black with #AAB35B

Text Example


Text Example

White with #AAB35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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