#ADBF60

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

Shades of Wild Willow #ADBF60

Tints of Wild Willow #ADBF60

Color information

#ADBF60 (or 0xADBF60) is unknown color: approx Wild Willow. HEX triplet: AD, BF and 60. RGB value is (173,191,96). Sum of RGB (Red+Green+Blue) = 173+191+96=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBF60 is #52409F. Grayscale: #AFAFAF. Windows color (decimal): -5390496 or 6340525. OLE color: 6340525.

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

Color convert

RGB17319196-
CMYK0.0900.500.25
HSL71.37º42.6%56.27%-
HSV(B)71.37º49.74%74.9%-
XYZ37.9846.9918.13-
YUV174.7983.54126.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.61%
GREEN value IS 191 (75% from 255) = 41.52%
BLUE value IS 96 (37.89% from 255) = 20.87%
R=37.61%
G=41.52%
B=20.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173191960.0900.500.2571.3742.656.27
HexADBF60903219472b38
Octal25527714011062311075370
Binary1010110110111111110000010010110010110011000111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF60; }

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

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

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

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

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

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

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

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