Html Css Color HEX #AFC164 Wild Willow

📋 copy color: '#AFC164'

red 175 ◦ green 193 ◦ blue 100

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

Shades of Wild Willow #AFC164

Tints of Wild Willow #AFC164

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.24%

 BLUE value IS 100 (39.45% from 255) = 21.37%

R = 37.39%
G = 41.24%
B = 21.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#AFC164 (or 0xAFC164) is known color: Wild Willow. HEX triplet: AF, C1 and 64. RGB value is (175,193,100). Sum of RGB (Red+Green+Blue) = 175+193+100=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC164 is #503E9B. Grayscale: #B1B1B1. Windows color (decimal): -5258908 or 6603183. OLE color: 6603183.

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

Color convert

RGB 175 193 100 -
CMYK 0.09 0 0.48 0.24
HSL 71.61º 0.43% 0.57% -
HSV(B) 71.61º 0.48% 0.76% -
XYZ 39.05 48.17 19.3 -
YUV 177.02 84.54 126.56 -
System Red Green Blue C M Y K H S L
Decimal 175 193 100 0.09 0 0.48 0.24 71.61 0.43 0.57
Hex AF C1 64 9 0 30 18 48 2B 39
Octal 257 301 144 11 0 60 30 110 53 71
Binary 10101111 11000001 1100100 1001 0 110000 11000 1001000 101011 111001

Color Harmonies of #AFC164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC164

Black with #AFC164

Text Example


Text Example

White with #AFC164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC164; }

 p { color: rgb(175,193,100); }

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

background-color css

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

 a { background-color: rgb(175,193,100); }

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

border-color css

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

 span { border-color: rgb(175,193,100); }

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