#ADC969

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

Shades of Wild Willow #ADC969

Tints of Wild Willow #ADC969

Color information

#ADC969 (or 0xADC969) is unknown color: approx Wild Willow. HEX triplet: AD, C9 and 69. RGB value is (173,201,105). Sum of RGB (Red+Green+Blue) = 173+201+105=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC969 is #523696. Grayscale: #B6B6B6. Windows color (decimal): -5387927 or 6932909. OLE color: 6932909.

HSL color Cylindrical-coordinate representation of color #ADC969: hue angle of 77.5º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADC969 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB173201105-
CMYK0.1400.480.21
HSL77.5º47.06%60%-
HSV(B)77.5º47.76%78.82%-
XYZ40.6751.6821.2-
YUV181.6884.72121.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.12%
GREEN value IS 201 (78.91% from 255) = 41.96%
BLUE value IS 105 (41.41% from 255) = 21.92%
R=36.12%
G=41.96%
B=21.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732011050.1400.480.2177.547.0660
HexADC969E030154e2f3c
Octal25531115116060251165774
Binary1010110111001001110100111100110000101011001110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC969; }

 p { color: rgb(173,201,105); }

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

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

 a { background-color: rgb(173,201,105); }

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

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

 span { border-color: rgb(173,201,105); }

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