Html Css Color HEX #AAB062 Olive Green

📋 copy color: '#AAB062'

red 170 ◦ green 176 ◦ blue 98

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

Shades of Olive Green #AAB062

Tints of Olive Green #AAB062

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.64%

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

R = 38.29%
G = 39.64%
B = 22.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AAB062 (or 0xAAB062) is known color: Olive Green. HEX triplet: AA, B0 and 62. RGB value is (170,176,98). Sum of RGB (Red+Green+Blue) = 170+176+98=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB062 is #554F9D. Grayscale: #A5A5A5. Windows color (decimal): -5590942 or 6467754. OLE color: 6467754.

HSL color Cylindrical-coordinate representation of color #AAB062: hue angle of 64.62º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAB062 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 176 98 -
CMYK 0.03 0 0.44 0.31
HSL 64.62º 0.33% 0.54% -
HSV(B) 64.62º 0.44% 0.69% -
XYZ 34.31 40.48 17.56 -
YUV 165.31 90.01 131.34 -
System Red Green Blue C M Y K H S L
Decimal 170 176 98 0.03 0 0.44 0.31 64.62 0.33 0.54
Hex AA B0 62 3 0 2C 1F 41 21 36
Octal 252 260 142 3 0 54 37 101 41 66
Binary 10101010 10110000 1100010 11 0 101100 11111 1000001 100001 110110

Color Harmonies of #AAB062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB062

Black with #AAB062

Text Example


Text Example

White with #AAB062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB062; }

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

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

background-color css

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

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

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

border-color css

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

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

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