Html Css Color HEX #AAB35D Olive Green

📋 copy color: '#AAB35D'

red 170 ◦ green 179 ◦ blue 93

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

Shades of Olive Green #AAB35D

Tints of Olive Green #AAB35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.04%

R = 38.46%
G = 40.5%
B = 21.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#AAB35D (or 0xAAB35D) is known color: Olive Green. HEX triplet: AA, B3 and 5D. RGB value is (170,179,93). Sum of RGB (Red+Green+Blue) = 170+179+93=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB35D is #554CA2. Grayscale: #A6A6A6. Windows color (decimal): -5590179 or 6140842. OLE color: 6140842.

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

Color convert

RGB 170 179 93 -
CMYK 0.05 0 0.48 0.30
HSL 66.28º 0.36% 0.53% -
HSV(B) 66.28º 0.48% 0.7% -
XYZ 34.67 41.58 16.55 -
YUV 166.51 86.52 130.49 -
System Red Green Blue C M Y K H S L
Decimal 170 179 93 0.05 0 0.48 0.30 66.28 0.36 0.53
Hex AA B3 5D 5 0 30 1E 42 24 35
Octal 252 263 135 5 0 60 36 102 44 65
Binary 10101010 10110011 1011101 101 0 110000 11110 1000010 100100 110101

Color Harmonies of #AAB35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB35D

Black with #AAB35D

Text Example


Text Example

White with #AAB35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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