#ADAE4C

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

Shades of Olive Green #ADAE4C

Tints of Olive Green #ADAE4C

Color information

#ADAE4C (or 0xADAE4C) is unknown color: approx Olive Green. HEX triplet: AD, AE and 4C. RGB value is (173,174,76). Sum of RGB (Red+Green+Blue) = 173+174+76=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAE4C is #5251B3. Grayscale: #A2A2A2. Windows color (decimal): -5394868 or 5025453. OLE color: 5025453.

HSL color Cylindrical-coordinate representation of color #ADAE4C: hue angle of 60.61º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADAE4C is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB17317476-
CMYK0.0100.560.32
HSL60.61º39.2%49.02%-
HSV(B)60.61º56.32%68.24%-
XYZ33.6739.6812.72-
YUV162.5379.17135.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 174 (68.36% from 255) = 41.13%
BLUE value IS 76 (30.08% from 255) = 17.97%
R=40.90%
G=41.13%
B=17.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173174760.0100.560.3260.6139.249.02
HexADAE4C1038203d2731
Octal255256114107040754761
Binary1010110110101110100110010111000100000111101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE4C; }

 p { color: rgb(173,174,76); }

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

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

 a { background-color: rgb(173,174,76); }

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

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

 span { border-color: rgb(173,174,76); }

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