Html Css Color HEX #ABAA5B Olive Green

📋 copy color: '#ABAA5B'

red 171 ◦ green 170 ◦ blue 91

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

Shades of Olive Green #ABAA5B

Tints of Olive Green #ABAA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.06%

R = 39.58%
G = 39.35%
B = 21.06%

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

#ABAA5B (or 0xABAA5B) is known color: Olive Green. HEX triplet: AB, AA and 5B. RGB value is (171,170,91). Sum of RGB (Red+Green+Blue) = 171+170+91=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA5B is #5455A4. Grayscale: #A1A1A1. Windows color (decimal): -5526949 or 6007467. OLE color: 6007467.

HSL color Cylindrical-coordinate representation of color #ABAA5B: hue angle of 59.25º degrees, saturation: 0.32, 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 #ABAA5B is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 170 91 -
CMYK 0 0.01 0.47 0.33
HSL 59.25º 0.32% 0.51% -
HSV(B) 59.25º 0.47% 0.67% -
XYZ 33.06 38.16 15.52 -
YUV 161.29 88.33 134.92 -
System Red Green Blue C M Y K H S L
Decimal 171 170 91 0 0.01 0.47 0.33 59.25 0.32 0.51
Hex AB AA 5B 0 1 2F 21 3B 20 33
Octal 253 252 133 0 1 57 41 73 40 63
Binary 10101011 10101010 1011011 0 1 101111 100001 111011 100000 110011

Color Harmonies of #ABAA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA5B

Black with #ABAA5B

Text Example


Text Example

White with #ABAA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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