Html Css Color HEX #ABAA5A Olive Green

📋 copy color: '#ABAA5A'

red 171 ◦ green 170 ◦ blue 90

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

Shades of Olive Green #ABAA5A

Tints of Olive Green #ABAA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.88%

R = 39.68%
G = 39.44%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#ABAA5A (or 0xABAA5A) is known color: Olive Green. HEX triplet: AB, AA and 5A. RGB value is (171,170,90). Sum of RGB (Red+Green+Blue) = 171+170+90=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA5A is #5455A5. Grayscale: #A1A1A1. Windows color (decimal): -5526950 or 5941931. OLE color: 5941931.

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

Color convert

RGB 171 170 90 -
CMYK 0 0.01 0.47 0.33
HSL 59.26º 0.33% 0.51% -
HSV(B) 59.26º 0.47% 0.67% -
XYZ 33.01 38.15 15.3 -
YUV 161.18 87.83 135 -
System Red Green Blue C M Y K H S L
Decimal 171 170 90 0 0.01 0.47 0.33 59.26 0.33 0.51
Hex AB AA 5A 0 1 2F 21 3B 21 33
Octal 253 252 132 0 1 57 41 73 41 63
Binary 10101011 10101010 1011010 0 1 101111 100001 111011 100001 110011

Color Harmonies of #ABAA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA5A

Black with #ABAA5A

Text Example


Text Example

White with #ABAA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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