#ADBE66

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

Shades of Wild Willow #ADBE66

Tints of Wild Willow #ADBE66

Color information

#ADBE66 (or 0xADBE66) is unknown color: approx Wild Willow. HEX triplet: AD, BE and 66. RGB value is (173,190,102). Sum of RGB (Red+Green+Blue) = 173+190+102=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBE66 is #524199. Grayscale: #AFAFAF. Windows color (decimal): -5390746 or 6733485. OLE color: 6733485.

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

Color convert

RGB173190102-
CMYK0.0900.460.25
HSL71.59º40.37%57.25%-
HSV(B)71.59º46.32%74.51%-
XYZ38.0546.6719.57-
YUV174.8886.87126.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.20%
GREEN value IS 190 (74.61% from 255) = 40.86%
BLUE value IS 102 (40.23% from 255) = 21.94%
R=37.20%
G=40.86%
B=21.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901020.0900.460.2571.5940.3757.25
HexADBE66902E19482839
Octal25527614611056311105071
Binary1010110110111110110011010010101110110011001000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBE66; }

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

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

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

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

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

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

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

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