#ADB86B

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

Shades of Olive Green #ADB86B

Tints of Olive Green #ADB86B

Color information

#ADB86B (or 0xADB86B) is unknown color: approx Olive Green. HEX triplet: AD, B8 and 6B. RGB value is (173,184,107). Sum of RGB (Red+Green+Blue) = 173+184+107=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB86B is #524794. Grayscale: #ACACAC. Windows color (decimal): -5392277 or 7059629. OLE color: 7059629.

HSL color Cylindrical-coordinate representation of color #ADB86B: hue angle of 68.57º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADB86B is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB173184107-
CMYK0.0600.420.28
HSL68.57º35.16%57.06%-
HSV(B)68.57º41.85%72.16%-
XYZ37.0344.2320.49-
YUV171.9391.36128.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.28%
GREEN value IS 184 (72.27% from 255) = 39.66%
BLUE value IS 107 (42.19% from 255) = 23.06%
R=37.28%
G=39.66%
B=23.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731841070.0600.420.2868.5735.1657.06
HexADB86B602A1C452339
Octal2552701536052341054371
Binary101011011011100011010111100101010111001000101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB86B; }

 p { color: rgb(173,184,107); }

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

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

 a { background-color: rgb(173,184,107); }

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

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

 span { border-color: rgb(173,184,107); }

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