#ADBF62

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

Shades of Wild Willow #ADBF62

Tints of Wild Willow #ADBF62

Color information

#ADBF62 (or 0xADBF62) is unknown color: approx Wild Willow. HEX triplet: AD, BF and 62. RGB value is (173,191,98). Sum of RGB (Red+Green+Blue) = 173+191+98=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBF62 is #52409D. Grayscale: #AFAFAF. Windows color (decimal): -5390494 or 6471597. OLE color: 6471597.

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

Color convert

RGB17319198-
CMYK0.0900.490.25
HSL71.61º42.08%56.67%-
HSV(B)71.61º48.69%74.9%-
XYZ38.0747.0318.63-
YUV175.0284.54126.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.45%
GREEN value IS 191 (75% from 255) = 41.34%
BLUE value IS 98 (38.67% from 255) = 21.21%
R=37.45%
G=41.34%
B=21.21%

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
Decimal173191980.0900.490.2571.6142.0856.67
HexADBF62903119482a39
Octal25527714211061311105271
Binary1010110110111111110001010010110001110011001000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF62; }

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

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

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

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

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

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

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

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