#ABBD61

Color #ABBD61 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #ABBD61

Tints of Olive Green #ABBD61

Color information

#ABBD61 (or 0xABBD61) is unknown color: approx Olive Green. HEX triplet: AB, BD and 61. RGB value is (171,189,97). Sum of RGB (Red+Green+Blue) = 171+189+97=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBD61 is #54429E. Grayscale: #ADADAD. Windows color (decimal): -5522079 or 6405547. OLE color: 6405547.

HSL color Cylindrical-coordinate representation of color #ABBD61: hue angle of 71.74º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABBD61 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB17118997-
CMYK0.1000.490.26
HSL71.74º41.07%56.08%-
HSV(B)71.74º48.68%74.12%-
XYZ37.1545.9218.21-
YUV173.1385.04126.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.42%
GREEN value IS 189 (74.22% from 255) = 41.36%
BLUE value IS 97 (38.28% from 255) = 21.23%
R=37.42%
G=41.36%
B=21.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171189970.1000.490.2671.7441.0756.08
HexABBD61A0311A482938
Octal25327514112061321105170
Binary1010101110111101110000110100110001110101001000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBD61; }

 p { color: rgb(171,189,97); }

 H1.HeaderClassName
 {
   color: #ABBD61;
 }
 .AnyTagClassName
 {
   color: #ABBD61;
 }
</style>
background-color css

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

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

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

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

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

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