#adbe69

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

Shades of Wild Willow #ADBE69

Tints of Wild Willow #ADBE69

Color information

#ADBE69 (or 0xADBE69) is unknown color: approx Wild Willow. HEX triplet: AD, BE and 69. RGB value is (173,190,105). Sum of RGB (Red+Green+Blue) = 173+190+105=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBE69 is #524196. Grayscale: #AFAFAF. Windows color (decimal): -5390743 or 6930093. OLE color: 6930093.

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

Color convert

RGB173190105-
CMYK0.0900.450.25
HSL72º39.53%57.84%-
HSV(B)72º44.74%74.51%-
XYZ38.246.7320.37-
YUV175.2388.37126.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.97%
GREEN value IS 190 (74.61% from 255) = 40.60%
BLUE value IS 105 (41.41% from 255) = 22.44%
R=36.97%
G=40.60%
B=22.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901050.0900.450.257239.5357.84
HexADBE69902D1948283a
Octal25527615111055311105072
Binary1010110110111110110100110010101101110011001000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #adbe69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #adbe69; }

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

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

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

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

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

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

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

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