#ADA956

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

Shades of Olive Green #ADA956

Tints of Olive Green #ADA956

Color information

#ADA956 (or 0xADA956) is unknown color: approx Olive Green. HEX triplet: AD, A9 and 56. RGB value is (173,169,86). Sum of RGB (Red+Green+Blue) = 173+169+86=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA956 is #5256A9. Grayscale: #A1A1A1. Windows color (decimal): -5396138 or 5679533. OLE color: 5679533.

HSL color Cylindrical-coordinate representation of color #ADA956: hue angle of 57.24º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADA956 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB17316986-
CMYK00.020.500.32
HSL57.24º34.66%50.78%-
HSV(B)57.24º50.29%67.84%-
XYZ33.137.9314.38-
YUV160.7385.83136.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.42%
GREEN value IS 169 (66.41% from 255) = 39.49%
BLUE value IS 86 (33.98% from 255) = 20.09%
R=40.42%
G=39.49%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731698600.020.500.3257.2434.6650.78
HexADA956023220392333
Octal255251126026240714363
Binary10101101101010011010110010110010100000111001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA956; }

 p { color: rgb(173,169,86); }

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

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

 a { background-color: rgb(173,169,86); }

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

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

 span { border-color: rgb(173,169,86); }

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