Html Css Color HEX #AFCA61 Wild Willow

📋 copy color: '#AFCA61'

red 175 ◦ green 202 ◦ blue 97

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

Shades of Wild Willow #AFCA61

Tints of Wild Willow #AFCA61

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.62%

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

R = 36.92%
G = 42.62%
B = 20.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#AFCA61 (or 0xAFCA61) is known color: Wild Willow. HEX triplet: AF, CA and 61. RGB value is (175,202,97). Sum of RGB (Red+Green+Blue) = 175+202+97=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCA61 is #50359E. Grayscale: #B6B6B6. Windows color (decimal): -5256607 or 6408879. OLE color: 6408879.

HSL color Cylindrical-coordinate representation of color #AFCA61: hue angle of 75.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFCA61 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 202 97 -
CMYK 0.13 0 0.52 0.21
HSL 75.43º 0.5% 0.59% -
HSV(B) 75.43º 0.52% 0.79% -
XYZ 40.96 52.22 19.23 -
YUV 181.96 80.05 123.04 -
System Red Green Blue C M Y K H S L
Decimal 175 202 97 0.13 0 0.52 0.21 75.43 0.5 0.59
Hex AF CA 61 D 0 34 15 4B 32 3B
Octal 257 312 141 15 0 64 25 113 62 73
Binary 10101111 11001010 1100001 1101 0 110100 10101 1001011 110010 111011

Color Harmonies of #AFCA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCA61

Black with #AFCA61

Text Example


Text Example

White with #AFCA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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