Html Css Color HEX #ABBA64 Olive Green

📋 copy color: '#ABBA64'

red 171 ◦ green 186 ◦ blue 100

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

Shades of Olive Green #ABBA64

Tints of Olive Green #ABBA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.88%

R = 37.42%
G = 40.7%
B = 21.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#ABBA64 (or 0xABBA64) is known color: Olive Green. HEX triplet: AB, BA and 64. RGB value is (171,186,100). Sum of RGB (Red+Green+Blue) = 171+186+100=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA64 is #54459B. Grayscale: #ACACAC. Windows color (decimal): -5522844 or 6601387. OLE color: 6601387.

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

Color convert

RGB 171 186 100 -
CMYK 0.08 0 0.46 0.27
HSL 70.47º 0.38% 0.56% -
HSV(B) 70.47º 0.46% 0.73% -
XYZ 36.65 44.7 18.75 -
YUV 171.71 87.53 127.49 -
System Red Green Blue C M Y K H S L
Decimal 171 186 100 0.08 0 0.46 0.27 70.47 0.38 0.56
Hex AB BA 64 8 0 2E 1B 46 26 38
Octal 253 272 144 10 0 56 33 106 46 70
Binary 10101011 10111010 1100100 1000 0 101110 11011 1000110 100110 111000

Color Harmonies of #ABBA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA64

Black with #ABBA64

Text Example


Text Example

White with #ABBA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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