#ADBF66

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

Shades of Wild Willow #ADBF66

Tints of Wild Willow #ADBF66

Color information

#ADBF66 (or 0xADBF66) is unknown color: approx Wild Willow. HEX triplet: AD, BF and 66. RGB value is (173,191,102). Sum of RGB (Red+Green+Blue) = 173+191+102=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBF66 is #524099. Grayscale: #AFAFAF. Windows color (decimal): -5390490 or 6733741. OLE color: 6733741.

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

Color convert

RGB173191102-
CMYK0.0900.470.25
HSL72.13º41.01%57.45%-
HSV(B)72.13º46.6%74.9%-
XYZ38.2647.1119.65-
YUV175.4786.54126.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.12%
GREEN value IS 191 (75% from 255) = 40.99%
BLUE value IS 102 (40.23% from 255) = 21.89%
R=37.12%
G=40.99%
B=21.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731911020.0900.470.2572.1341.0157.45
HexADBF66902F19482939
Octal25527714611057311105171
Binary1010110110111111110011010010101111110011001000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF66; }

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

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

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

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

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

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

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

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