Html Css Color HEX #ABAA5E Olive Green

📋 copy color: '#ABAA5E'

red 171 ◦ green 170 ◦ blue 94

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

Shades of Olive Green #ABAA5E

Tints of Olive Green #ABAA5E

RGB

 RED value IS 171 (67.19% from 255) = 39.31%

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

 BLUE value IS 94 (37.11% from 255) = 21.61%

R = 39.31%
G = 39.08%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#ABAA5E (or 0xABAA5E) is known color: Olive Green. HEX triplet: AB, AA and 5E. RGB value is (171,170,94). Sum of RGB (Red+Green+Blue) = 171+170+94=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA5E is #5455A1. Grayscale: #A1A1A1. Windows color (decimal): -5526946 or 6204075. OLE color: 6204075.

HSL color Cylindrical-coordinate representation of color #ABAA5E: hue angle of 59.22º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABAA5E is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 170 94 -
CMYK 0 0.01 0.45 0.33
HSL 59.22º 0.31% 0.52% -
HSV(B) 59.22º 0.45% 0.67% -
XYZ 33.19 38.22 16.22 -
YUV 161.64 89.83 134.68 -
System Red Green Blue C M Y K H S L
Decimal 171 170 94 0 0.01 0.45 0.33 59.22 0.31 0.52
Hex AB AA 5E 0 1 2D 21 3B 1F 34
Octal 253 252 136 0 1 55 41 73 37 64
Binary 10101011 10101010 1011110 0 1 101101 100001 111011 11111 110100

Color Harmonies of #ABAA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA5E

Black with #ABAA5E

Text Example


Text Example

White with #ABAA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA5E; }

 p { color: rgb(171,170,94); }

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

background-color css

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

 a { background-color: rgb(171,170,94); }

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

border-color css

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

 span { border-color: rgb(171,170,94); }

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