Html Css Color HEX #AAB262 Olive Green

📋 copy color: '#AAB262'

red 170 ◦ green 178 ◦ blue 98

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

Shades of Olive Green #AAB262

Tints of Olive Green #AAB262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.97%

R = 38.12%
G = 39.91%
B = 21.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#AAB262 (or 0xAAB262) is known color: Olive Green. HEX triplet: AA, B2 and 62. RGB value is (170,178,98). Sum of RGB (Red+Green+Blue) = 170+178+98=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB262 is #554D9D. Grayscale: #A6A6A6. Windows color (decimal): -5590430 or 6468266. OLE color: 6468266.

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

Color convert

RGB 170 178 98 -
CMYK 0.04 0 0.45 0.30
HSL 66º 0.34% 0.54% -
HSV(B) 66º 0.45% 0.7% -
XYZ 34.7 41.27 17.69 -
YUV 166.49 89.35 130.5 -
System Red Green Blue C M Y K H S L
Decimal 170 178 98 0.04 0 0.45 0.30 66 0.34 0.54
Hex AA B2 62 4 0 2D 1E 42 22 36
Octal 252 262 142 4 0 55 36 102 42 66
Binary 10101010 10110010 1100010 100 0 101101 11110 1000010 100010 110110

Color Harmonies of #AAB262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB262

Black with #AAB262

Text Example


Text Example

White with #AAB262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB262; }

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

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

background-color css

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

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

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

border-color css

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

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

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