Html Css Color HEX #ABBA5E Olive Green

📋 copy color: '#ABBA5E'

red 171 ◦ green 186 ◦ blue 94

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

Shades of Olive Green #ABBA5E

Tints of Olive Green #ABBA5E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.24%

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

R = 37.92%
G = 41.24%
B = 20.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#ABBA5E (or 0xABBA5E) is known color: Olive Green. HEX triplet: AB, BA and 5E. RGB value is (171,186,94). Sum of RGB (Red+Green+Blue) = 171+186+94=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA5E is #5445A1. Grayscale: #ABABAB. Windows color (decimal): -5522850 or 6208171. OLE color: 6208171.

HSL color Cylindrical-coordinate representation of color #ABBA5E: hue angle of 69.78º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABBA5E is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 186 94 -
CMYK 0.08 0 0.49 0.27
HSL 69.78º 0.4% 0.55% -
HSV(B) 69.78º 0.49% 0.73% -
XYZ 36.37 44.58 17.28 -
YUV 171.03 84.53 127.98 -
System Red Green Blue C M Y K H S L
Decimal 171 186 94 0.08 0 0.49 0.27 69.78 0.4 0.55
Hex AB BA 5E 8 0 31 1B 46 28 37
Octal 253 272 136 10 0 61 33 106 50 67
Binary 10101011 10111010 1011110 1000 0 110001 11011 1000110 101000 110111

Color Harmonies of #ABBA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA5E

Black with #ABBA5E

Text Example


Text Example

White with #ABBA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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