Html Css Color HEX #AAB264 Olive Green

📋 copy color: '#AAB264'

red 170 ◦ green 178 ◦ blue 100

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

Shades of Olive Green #AAB264

Tints of Olive Green #AAB264

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.73%

 BLUE value IS 100 (39.45% from 255) = 22.32%

R = 37.95%
G = 39.73%
B = 22.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#AAB264 (or 0xAAB264) is known color: Olive Green. HEX triplet: AA, B2 and 64. RGB value is (170,178,100). Sum of RGB (Red+Green+Blue) = 170+178+100=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB264 is #554D9B. Grayscale: #A7A7A7. Windows color (decimal): -5590428 or 6599338. OLE color: 6599338.

HSL color Cylindrical-coordinate representation of color #AAB264: hue angle of 66.15º 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 #AAB264 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 178 100 -
CMYK 0.04 0 0.44 0.30
HSL 66.15º 0.34% 0.55% -
HSV(B) 66.15º 0.44% 0.7% -
XYZ 34.8 41.31 18.2 -
YUV 166.72 90.35 130.34 -
System Red Green Blue C M Y K H S L
Decimal 170 178 100 0.04 0 0.44 0.30 66.15 0.34 0.55
Hex AA B2 64 4 0 2C 1E 42 22 37
Octal 252 262 144 4 0 54 36 102 42 67
Binary 10101010 10110010 1100100 100 0 101100 11110 1000010 100010 110111

Color Harmonies of #AAB264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB264

Black with #AAB264

Text Example


Text Example

White with #AAB264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB264; }

 p { color: rgb(170,178,100); }

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

background-color css

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

 a { background-color: rgb(170,178,100); }

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

border-color css

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

 span { border-color: rgb(170,178,100); }

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