#ADBC5F

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

Shades of Olive Green #ADBC5F

Tints of Olive Green #ADBC5F

Color information

#ADBC5F (or 0xADBC5F) is unknown color: approx Olive Green. HEX triplet: AD, BC and 5F. RGB value is (173,188,95). Sum of RGB (Red+Green+Blue) = 173+188+95=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 95 (37.5% from 255 or 20.83% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBC5F is #5243A0. Grayscale: #ADADAD. Windows color (decimal): -5391265 or 6274221. OLE color: 6274221.

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

Color convert

RGB17318895-
CMYK0.0800.490.26
HSL69.68º40.97%55.49%-
HSV(B)69.68º49.47%73.73%-
XYZ37.2845.6817.68-
YUV172.9184.03128.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.94%
GREEN value IS 188 (73.83% from 255) = 41.23%
BLUE value IS 95 (37.5% from 255) = 20.83%
R=37.94%
G=41.23%
B=20.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal173188950.0800.490.2669.6840.9755.49
HexADBC5F80311A462937
Octal25527413710061321065167
Binary1010110110111100101111110000110001110101000110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBC5F; }

 p { color: rgb(173,188,95); }

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

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

 a { background-color: rgb(173,188,95); }

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

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

 span { border-color: rgb(173,188,95); }

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