Html Css Color HEX #ABAA5D Olive Green

📋 copy color: '#ABAA5D'

red 171 ◦ green 170 ◦ blue 93

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

Shades of Olive Green #ABAA5D

Tints of Olive Green #ABAA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.43%

R = 39.4%
G = 39.17%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#ABAA5D (or 0xABAA5D) is known color: Olive Green. HEX triplet: AB, AA and 5D. RGB value is (171,170,93). Sum of RGB (Red+Green+Blue) = 171+170+93=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA5D is #5455A2. Grayscale: #A1A1A1. Windows color (decimal): -5526947 or 6138539. OLE color: 6138539.

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

Color convert

RGB 171 170 93 -
CMYK 0 0.01 0.46 0.33
HSL 59.23º 0.32% 0.52% -
HSV(B) 59.23º 0.46% 0.67% -
XYZ 33.15 38.2 15.98 -
YUV 161.52 89.33 134.76 -
System Red Green Blue C M Y K H S L
Decimal 171 170 93 0 0.01 0.46 0.33 59.23 0.32 0.52
Hex AB AA 5D 0 1 2E 21 3B 20 34
Octal 253 252 135 0 1 56 41 73 40 64
Binary 10101011 10101010 1011101 0 1 101110 100001 111011 100000 110100

Color Harmonies of #ABAA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA5D

Black with #ABAA5D

Text Example


Text Example

White with #ABAA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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