Html Css Color HEX #AFC361 Wild Willow

📋 copy color: '#AFC361'

red 175 ◦ green 195 ◦ blue 97

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

Shades of Wild Willow #AFC361

Tints of Wild Willow #AFC361

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.76%

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

R = 37.47%
G = 41.76%
B = 20.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#AFC361 (or 0xAFC361) is known color: Wild Willow. HEX triplet: AF, C3 and 61. RGB value is (175,195,97). Sum of RGB (Red+Green+Blue) = 175+195+97=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC361 is #503C9E. Grayscale: #B2B2B2. Windows color (decimal): -5258399 or 6407087. OLE color: 6407087.

HSL color Cylindrical-coordinate representation of color #AFC361: hue angle of 72.24º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFC361 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 195 97 -
CMYK 0.10 0 0.50 0.24
HSL 72.24º 0.45% 0.57% -
HSV(B) 72.24º 0.5% 0.76% -
XYZ 39.35 49.01 18.69 -
YUV 177.85 82.37 125.97 -
System Red Green Blue C M Y K H S L
Decimal 175 195 97 0.10 0 0.50 0.24 72.24 0.45 0.57
Hex AF C3 61 A 0 32 18 48 2D 39
Octal 257 303 141 12 0 62 30 110 55 71
Binary 10101111 11000011 1100001 1010 0 110010 11000 1001000 101101 111001

Color Harmonies of #AFC361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC361

Black with #AFC361

Text Example


Text Example

White with #AFC361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC361; }

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

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

background-color css

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

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

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

border-color css

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

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

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