Html Css Color HEX #AFC661 Wild Willow

📋 copy color: '#AFC661'

red 175 ◦ green 198 ◦ blue 97

#AFC661
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #AFC661

Tints of Wild Willow #AFC661

RGB

 RED value IS 175 (68.75% from 255) = 37.23%

 GREEN value IS 198 (77.73% from 255) = 42.13%

 BLUE value IS 97 (38.28% from 255) = 20.64%

R = 37.23%
G = 42.13%
B = 20.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#AFC661 (or 0xAFC661) is known color: Wild Willow. HEX triplet: AF, C6 and 61. RGB value is (175,198,97). Sum of RGB (Red+Green+Blue) = 175+198+97=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 97 (38.28% from 255 or 20.64% from 470); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC661 is #50399E. Grayscale: #B3B3B3. Windows color (decimal): -5257631 or 6407855. OLE color: 6407855.

HSL color Cylindrical-coordinate representation of color #AFC661: hue angle of 73.66º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFC661 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 198 97 -
CMYK 0.12 0 0.51 0.22
HSL 73.66º 0.47% 0.58% -
HSV(B) 73.66º 0.51% 0.78% -
XYZ 40.03 50.37 18.92 -
YUV 179.61 81.38 124.71 -
System Red Green Blue C M Y K H S L
Decimal 175 198 97 0.12 0 0.51 0.22 73.66 0.47 0.58
Hex AF C6 61 C 0 33 16 4A 2F 3A
Octal 257 306 141 14 0 63 26 112 57 72
Binary 10101111 11000110 1100001 1100 0 110011 10110 1001010 101111 111010

Color Harmonies of #AFC661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC661

Black with #AFC661

Text Example


Text Example

White with #AFC661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC661; }

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

 H1.HeaderClassName
 {
   color: #AFC661;
 }
 .AnyTagClassName
 {
   color: #AFC661;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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