Html Css Color HEX #ABAB5E Olive Green

📋 copy color: '#ABAB5E'

red 171 ◦ green 171 ◦ blue 94

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

Shades of Olive Green #ABAB5E

Tints of Olive Green #ABAB5E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.22%

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

R = 39.22%
G = 39.22%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#ABAB5E (or 0xABAB5E) is known color: Olive Green. HEX triplet: AB, AB and 5E. RGB value is (171,171,94). Sum of RGB (Red+Green+Blue) = 171+171+94=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB5E is #5454A1. Grayscale: #A2A2A2. Windows color (decimal): -5526690 or 6204331. OLE color: 6204331.

HSL color Cylindrical-coordinate representation of color #ABAB5E: hue angle of 60º 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 #ABAB5E is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 171 94 -
CMYK 0 0 0.45 0.33
HSL 60º 0.31% 0.52% -
HSV(B) 60º 0.45% 0.67% -
XYZ 33.38 38.59 16.28 -
YUV 162.22 89.5 134.26 -
System Red Green Blue C M Y K H S L
Decimal 171 171 94 0 0 0.45 0.33 60 0.31 0.52
Hex AB AB 5E 0 0 2D 21 3C 1F 34
Octal 253 253 136 0 0 55 41 74 37 64
Binary 10101011 10101011 1011110 0 0 101101 100001 111100 11111 110100

Color Harmonies of #ABAB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB5E

Black with #ABAB5E

Text Example


Text Example

White with #ABAB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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