Html Css Color HEX #AFC966 Wild Willow

📋 copy color: '#AFC966'

red 175 ◦ green 201 ◦ blue 102

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

Shades of Wild Willow #AFC966

Tints of Wild Willow #AFC966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.34%

R = 36.61%
G = 42.05%
B = 21.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#AFC966 (or 0xAFC966) is known color: Wild Willow. HEX triplet: AF, C9 and 66. RGB value is (175,201,102). Sum of RGB (Red+Green+Blue) = 175+201+102=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC966 is #503699. Grayscale: #B6B6B6. Windows color (decimal): -5256858 or 6736303. OLE color: 6736303.

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

Color convert

RGB 175 201 102 -
CMYK 0.13 0 0.49 0.21
HSL 75.76º 0.48% 0.59% -
HSV(B) 75.76º 0.49% 0.79% -
XYZ 40.96 51.85 20.42 -
YUV 181.94 82.89 123.05 -
System Red Green Blue C M Y K H S L
Decimal 175 201 102 0.13 0 0.49 0.21 75.76 0.48 0.59
Hex AF C9 66 D 0 31 15 4C 30 3B
Octal 257 311 146 15 0 61 25 114 60 73
Binary 10101111 11001001 1100110 1101 0 110001 10101 1001100 110000 111011

Color Harmonies of #AFC966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC966

Black with #AFC966

Text Example


Text Example

White with #AFC966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC966; }

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

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

background-color css

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

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

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

border-color css

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

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

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