Html Css Color HEX #AAB455 Olive Green

📋 copy color: '#AAB455'

red 170 ◦ green 180 ◦ blue 85

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

Shades of Olive Green #AAB455

Tints of Olive Green #AAB455

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.38%

 BLUE value IS 85 (33.59% from 255) = 19.54%

R = 39.08%
G = 41.38%
B = 19.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#AAB455 (or 0xAAB455) is known color: Olive Green. HEX triplet: AA, B4 and 55. RGB value is (170,180,85). Sum of RGB (Red+Green+Blue) = 170+180+85=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB455 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB455 is #554BAA. Grayscale: #A6A6A6. Windows color (decimal): -5589931 or 5616810. OLE color: 5616810.

HSL color Cylindrical-coordinate representation of color #AAB455: hue angle of 66.32º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAB455 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 85 -
CMYK 0.06 0 0.53 0.29
HSL 66.32º 0.39% 0.52% -
HSV(B) 66.32º 0.53% 0.71% -
XYZ 34.54 41.84 14.85 -
YUV 166.18 82.19 130.72 -
System Red Green Blue C M Y K H S L
Decimal 170 180 85 0.06 0 0.53 0.29 66.32 0.39 0.52
Hex AA B4 55 6 0 35 1D 42 27 34
Octal 252 264 125 6 0 65 35 102 47 64
Binary 10101010 10110100 1010101 110 0 110101 11101 1000010 100111 110100

Color Harmonies of #AAB455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB455

Black with #AAB455

Text Example


Text Example

White with #AAB455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB455; }

 p { color: rgb(170,180,85); }

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

background-color css

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

 a { background-color: rgb(170,180,85); }

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

border-color css

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

 span { border-color: rgb(170,180,85); }

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