#ADBE6A

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

Shades of Wild Willow #ADBE6A

Tints of Wild Willow #ADBE6A

Color information

#ADBE6A (or 0xADBE6A) is unknown color: approx Wild Willow. HEX triplet: AD, BE and 6A. RGB value is (173,190,106). Sum of RGB (Red+Green+Blue) = 173+190+106=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBE6A is #524195. Grayscale: #AFAFAF. Windows color (decimal): -5390742 or 6995629. OLE color: 6995629.

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

Color convert

RGB173190106-
CMYK0.0900.440.25
HSL72.14º39.25%58.04%-
HSV(B)72.14º44.21%74.51%-
XYZ38.2546.7520.64-
YUV175.3488.87126.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.89%
GREEN value IS 190 (74.61% from 255) = 40.51%
BLUE value IS 106 (41.80% from 255) = 22.60%
R=36.89%
G=40.51%
B=22.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901060.0900.440.2572.1439.2558.04
HexADBE6A902C1948273a
Octal25527615211054311104772
Binary1010110110111110110101010010101100110011001000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBE6A; }

 p { color: rgb(173,190,106); }

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

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

 a { background-color: rgb(173,190,106); }

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

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

 span { border-color: rgb(173,190,106); }

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