Html Css Color HEX #AFC963 Wild Willow

📋 copy color: '#AFC963'

red 175 ◦ green 201 ◦ blue 99

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

Shades of Wild Willow #AFC963

Tints of Wild Willow #AFC963

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.32%

 BLUE value IS 99 (39.06% from 255) = 20.84%

R = 36.84%
G = 42.32%
B = 20.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#AFC963 (or 0xAFC963) is known color: Wild Willow. HEX triplet: AF, C9 and 63. RGB value is (175,201,99). Sum of RGB (Red+Green+Blue) = 175+201+99=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC963 is #50369C. Grayscale: #B5B5B5. Windows color (decimal): -5256861 or 6539695. OLE color: 6539695.

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

Color convert

RGB 175 201 99 -
CMYK 0.13 0 0.51 0.21
HSL 75.29º 0.49% 0.59% -
HSV(B) 75.29º 0.51% 0.79% -
XYZ 40.82 51.79 19.65 -
YUV 181.6 81.39 123.29 -
System Red Green Blue C M Y K H S L
Decimal 175 201 99 0.13 0 0.51 0.21 75.29 0.49 0.59
Hex AF C9 63 D 0 33 15 4B 31 3B
Octal 257 311 143 15 0 63 25 113 61 73
Binary 10101111 11001001 1100011 1101 0 110011 10101 1001011 110001 111011

Color Harmonies of #AFC963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC963

Black with #AFC963

Text Example


Text Example

White with #AFC963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC963; }

 p { color: rgb(175,201,99); }

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

background-color css

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

 a { background-color: rgb(175,201,99); }

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

border-color css

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

 span { border-color: rgb(175,201,99); }

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