#ADB656

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

Shades of Olive Green #ADB656

Tints of Olive Green #ADB656

Color information

#ADB656 (or 0xADB656) is unknown color: approx Olive Green. HEX triplet: AD, B6 and 56. RGB value is (173,182,86). Sum of RGB (Red+Green+Blue) = 173+182+86=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB656 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB656 is #5249A9. Grayscale: #A8A8A8. Windows color (decimal): -5392810 or 5682861. OLE color: 5682861.

HSL color Cylindrical-coordinate representation of color #ADB656: hue angle of 65.62º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADB656 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB17318286-
CMYK0.0500.530.29
HSL65.62º39.67%52.55%-
HSV(B)65.62º52.75%71.37%-
XYZ35.6443.0115.23-
YUV168.3681.52131.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.23%
GREEN value IS 182 (71.48% from 255) = 41.27%
BLUE value IS 86 (33.98% from 255) = 19.50%
R=39.23%
G=41.27%
B=19.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173182860.0500.530.2965.6239.6752.55
HexADB65650351D422835
Octal2552661265065351025065
Binary101011011011011010101101010110101111011000010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB656; }

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

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

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

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

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

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

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

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