#AFBE61

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

Shades of Wild Willow #AFBE61

Tints of Wild Willow #AFBE61

Color information

#AFBE61 (or 0xAFBE61) is unknown color: approx Wild Willow. HEX triplet: AF, BE and 61. RGB value is (175,190,97). Sum of RGB (Red+Green+Blue) = 175+190+97=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 97 (38.28% from 255 or 21.00% from 462); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBE61 is #50419E. Grayscale: #AFAFAF. Windows color (decimal): -5259679 or 6405807. OLE color: 6405807.

HSL color Cylindrical-coordinate representation of color #AFBE61: hue angle of 69.68º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFBE61 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB17519097-
CMYK0.0800.490.25
HSL69.68º41.7%56.27%-
HSV(B)69.68º48.95%74.51%-
XYZ38.2546.818.33-
YUV174.9184.03128.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 190 (74.61% from 255) = 41.13%
BLUE value IS 97 (38.28% from 255) = 21.00%
R=37.88%
G=41.13%
B=21.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175190970.0800.490.2569.6841.756.27
HexAFBE61803119462a38
Octal25727614110061311065270
Binary1010111110111110110000110000110001110011000110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBE61; }

 p { color: rgb(175,190,97); }

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

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

 a { background-color: rgb(175,190,97); }

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

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

 span { border-color: rgb(175,190,97); }

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