Html Css Color HEX #ABBA60 Olive Green

📋 copy color: '#ABBA60'

red 171 ◦ green 186 ◦ blue 96

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

Shades of Olive Green #ABBA60

Tints of Olive Green #ABBA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.19%

R = 37.75%
G = 41.06%
B = 21.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#ABBA60 (or 0xABBA60) is known color: Olive Green. HEX triplet: AB, BA and 60. RGB value is (171,186,96). Sum of RGB (Red+Green+Blue) = 171+186+96=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA60 is #54459F. Grayscale: #ABABAB. Windows color (decimal): -5522848 or 6339243. OLE color: 6339243.

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

Color convert

RGB 171 186 96 -
CMYK 0.08 0 0.48 0.27
HSL 70º 0.39% 0.55% -
HSV(B) 70º 0.48% 0.73% -
XYZ 36.46 44.62 17.76 -
YUV 171.26 85.53 127.82 -
System Red Green Blue C M Y K H S L
Decimal 171 186 96 0.08 0 0.48 0.27 70 0.39 0.55
Hex AB BA 60 8 0 30 1B 46 27 37
Octal 253 272 140 10 0 60 33 106 47 67
Binary 10101011 10111010 1100000 1000 0 110000 11011 1000110 100111 110111

Color Harmonies of #ABBA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA60

Black with #ABBA60

Text Example


Text Example

White with #ABBA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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