#ADBF61

Color #ADBF61 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #ADBF61

Tints of Wild Willow #ADBF61

Color information

#ADBF61 (or 0xADBF61) is unknown color: approx Wild Willow. HEX triplet: AD, BF and 61. RGB value is (173,191,97). Sum of RGB (Red+Green+Blue) = 173+191+97=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBF61 is #52409E. Grayscale: #AFAFAF. Windows color (decimal): -5390495 or 6406061. OLE color: 6406061.

HSL color Cylindrical-coordinate representation of color #ADBF61: hue angle of 71.49º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADBF61 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB17319197-
CMYK0.0900.490.25
HSL71.49º42.34%56.47%-
HSV(B)71.49º49.21%74.9%-
XYZ38.0247.0118.38-
YUV174.984.04126.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.53%
GREEN value IS 191 (75% from 255) = 41.43%
BLUE value IS 97 (38.28% from 255) = 21.04%
R=37.53%
G=41.43%
B=21.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173191970.0900.490.2571.4942.3456.47
HexADBF61903119472a38
Octal25527714111061311075270
Binary1010110110111111110000110010110001110011000111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF61; }

 p { color: rgb(173,191,97); }

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

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

 a { background-color: rgb(173,191,97); }

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

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

 span { border-color: rgb(173,191,97); }

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