#ADC85B

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

Shades of Wild Willow #ADC85B

Tints of Wild Willow #ADC85B

Color information

#ADC85B (or 0xADC85B) is unknown color: approx Wild Willow. HEX triplet: AD, C8 and 5B. RGB value is (173,200,91). Sum of RGB (Red+Green+Blue) = 173+200+91=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC85B is #5237A4. Grayscale: #B3B3B3. Windows color (decimal): -5388197 or 6015149. OLE color: 6015149.

HSL color Cylindrical-coordinate representation of color #ADC85B: hue angle of 74.86º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADC85B is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB17320091-
CMYK0.1400.540.22
HSL74.86º49.77%57.06%-
HSV(B)74.86º54.5%78.43%-
XYZ39.7850.9517.64-
YUV179.578.05123.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.28%
GREEN value IS 200 (78.52% from 255) = 43.10%
BLUE value IS 91 (35.94% from 255) = 19.61%
R=37.28%
G=43.10%
B=19.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal173200910.1400.540.2274.8649.7757.06
HexADC85BE036164b3239
Octal25531013316066261136271
Binary1010110111001000101101111100110110101101001011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC85B; }

 p { color: rgb(173,200,91); }

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

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

 a { background-color: rgb(173,200,91); }

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

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

 span { border-color: rgb(173,200,91); }

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