#ADC95B

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

Shades of Wild Willow #ADC95B

Tints of Wild Willow #ADC95B

Color information

#ADC95B (or 0xADC95B) is unknown color: approx Wild Willow. HEX triplet: AD, C9 and 5B. RGB value is (173,201,91). Sum of RGB (Red+Green+Blue) = 173+201+91=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC95B is #5236A4. Grayscale: #B4B4B4. Windows color (decimal): -5387941 or 6015405. OLE color: 6015405.

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

Color convert

RGB17320191-
CMYK0.1400.550.21
HSL75.27º50.46%57.25%-
HSV(B)75.27º54.73%78.82%-
XYZ40.0151.4117.71-
YUV180.0977.72122.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.20%
GREEN value IS 201 (78.91% from 255) = 43.23%
BLUE value IS 91 (35.94% from 255) = 19.57%
R=37.20%
G=43.23%
B=19.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal173201910.1400.550.2175.2750.4657.25
HexADC95BE037154b3239
Octal25531113316067251136271
Binary1010110111001001101101111100110111101011001011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC95B; }

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

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

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

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

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

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

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

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