Html Css Color HEX #AFC061 Wild Willow

📋 copy color: '#AFC061'

red 175 ◦ green 192 ◦ blue 97

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

Shades of Wild Willow #AFC061

Tints of Wild Willow #AFC061

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.38%

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

R = 37.72%
G = 41.38%
B = 20.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#AFC061 (or 0xAFC061) is known color: Wild Willow. HEX triplet: AF, C0 and 61. RGB value is (175,192,97). Sum of RGB (Red+Green+Blue) = 175+192+97=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC061 is #503F9E. Grayscale: #B0B0B0. Windows color (decimal): -5259167 or 6406319. OLE color: 6406319.

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

Color convert

RGB 175 192 97 -
CMYK 0.09 0 0.49 0.25
HSL 70.74º 0.43% 0.57% -
HSV(B) 70.74º 0.49% 0.75% -
XYZ 38.69 47.68 18.47 -
YUV 176.09 83.37 127.22 -
System Red Green Blue C M Y K H S L
Decimal 175 192 97 0.09 0 0.49 0.25 70.74 0.43 0.57
Hex AF C0 61 9 0 31 19 47 2B 39
Octal 257 300 141 11 0 61 31 107 53 71
Binary 10101111 11000000 1100001 1001 0 110001 11001 1000111 101011 111001

Color Harmonies of #AFC061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC061

Black with #AFC061

Text Example


Text Example

White with #AFC061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC061; }

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

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

background-color css

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

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

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

border-color css

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

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

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