#ADB16A

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

Shades of Olive Green #ADB16A

Tints of Olive Green #ADB16A

Color information

#ADB16A (or 0xADB16A) is unknown color: approx Olive Green. HEX triplet: AD, B1 and 6A. RGB value is (173,177,106). Sum of RGB (Red+Green+Blue) = 173+177+106=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB16A is #524E95. Grayscale: #A7A7A7. Windows color (decimal): -5394070 or 6992301. OLE color: 6992301.

HSL color Cylindrical-coordinate representation of color #ADB16A: hue angle of 63.38º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADB16A is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB173177106-
CMYK0.0200.400.31
HSL63.38º31.28%55.49%-
HSV(B)63.38º40.11%69.41%-
XYZ35.5641.3719.75-
YUV167.7193.17131.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.94%
GREEN value IS 177 (69.53% from 255) = 38.82%
BLUE value IS 106 (41.80% from 255) = 23.25%
R=37.94%
G=38.82%
B=23.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731771060.0200.400.3163.3831.2855.49
HexADB16A20281F3f1f37
Octal255261152205037773767
Binary101011011011000111010101001010001111111111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB16A; }

 p { color: rgb(173,177,106); }

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

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

 a { background-color: rgb(173,177,106); }

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

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

 span { border-color: rgb(173,177,106); }

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