#AFBE66

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

Shades of Wild Willow #AFBE66

Tints of Wild Willow #AFBE66

Color information

#AFBE66 (or 0xAFBE66) is unknown color: approx Wild Willow. HEX triplet: AF, BE and 66. RGB value is (175,190,102). Sum of RGB (Red+Green+Blue) = 175+190+102=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBE66 is #504199. Grayscale: #AFAFAF. Windows color (decimal): -5259674 or 6733487. OLE color: 6733487.

HSL color Cylindrical-coordinate representation of color #AFBE66: hue angle of 70.23º 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 #AFBE66 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB175190102-
CMYK0.0800.460.25
HSL70.23º40.37%57.25%-
HSV(B)70.23º46.32%74.51%-
XYZ38.4946.919.59-
YUV175.4886.53127.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 190 (74.61% from 255) = 40.69%
BLUE value IS 102 (40.23% from 255) = 21.84%
R=37.47%
G=40.69%
B=21.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751901020.0800.460.2570.2340.3757.25
HexAFBE66802E19462839
Octal25727614610056311065071
Binary1010111110111110110011010000101110110011000110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBE66; }

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

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

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

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

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

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

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

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