Html Css Color HEX #AAB353 Olive Green

📋 copy color: '#AAB353'

red 170 ◦ green 179 ◦ blue 83

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

Shades of Olive Green #AAB353

Tints of Olive Green #AAB353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.21%

R = 39.35%
G = 41.44%
B = 19.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#AAB353 (or 0xAAB353) is known color: Olive Green. HEX triplet: AA, B3 and 53. RGB value is (170,179,83). Sum of RGB (Red+Green+Blue) = 170+179+83=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 83 (32.81% from 255 or 19.21% from 432); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB353 is #554CAC. Grayscale: #A5A5A5. Windows color (decimal): -5590189 or 5485482. OLE color: 5485482.

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

Color convert

RGB 170 179 83 -
CMYK 0.05 0 0.54 0.30
HSL 65.63º 0.39% 0.51% -
HSV(B) 65.63º 0.54% 0.7% -
XYZ 34.26 41.41 14.37 -
YUV 165.37 81.52 131.31 -
System Red Green Blue C M Y K H S L
Decimal 170 179 83 0.05 0 0.54 0.30 65.63 0.39 0.51
Hex AA B3 53 5 0 36 1E 42 27 33
Octal 252 263 123 5 0 66 36 102 47 63
Binary 10101010 10110011 1010011 101 0 110110 11110 1000010 100111 110011

Color Harmonies of #AAB353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB353

Black with #AAB353

Text Example


Text Example

White with #AAB353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB353; }

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

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

background-color css

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

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

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

border-color css

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

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

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