#ADCB63

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

Shades of Wild Willow #ADCB63

Tints of Wild Willow #ADCB63

Color information

#ADCB63 (or 0xADCB63) is unknown color: approx Wild Willow. HEX triplet: AD, CB and 63. RGB value is (173,203,99). Sum of RGB (Red+Green+Blue) = 173+203+99=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB63 is #52349C. Grayscale: #B6B6B6. Windows color (decimal): -5387421 or 6540205. OLE color: 6540205.

HSL color Cylindrical-coordinate representation of color #ADCB63: hue angle of 77.31º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADCB63 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB17320399-
CMYK0.1500.510.20
HSL77.31º50%59.22%-
HSV(B)77.31º51.23%79.61%-
XYZ40.8452.519.78-
YUV182.1781.06121.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.42%
GREEN value IS 203 (79.69% from 255) = 42.74%
BLUE value IS 99 (39.06% from 255) = 20.84%
R=36.42%
G=42.74%
B=20.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal173203990.1500.510.2077.315059.22
HexADCB63F033144d323b
Octal25531314317063241156273
Binary1010110111001011110001111110110011101001001101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCB63; }

 p { color: rgb(173,203,99); }

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

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

 a { background-color: rgb(173,203,99); }

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

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

 span { border-color: rgb(173,203,99); }

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