Html Css Color HEX #AFCA5C Wild Willow

📋 copy color: '#AFCA5C'

red 175 ◦ green 202 ◦ blue 92

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

Shades of Wild Willow #AFCA5C

Tints of Wild Willow #AFCA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.62%

R = 37.31%
G = 43.07%
B = 19.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#AFCA5C (or 0xAFCA5C) is known color: Wild Willow. HEX triplet: AF, CA and 5C. RGB value is (175,202,92). Sum of RGB (Red+Green+Blue) = 175+202+92=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCA5C is #5035A3. Grayscale: #B5B5B5. Windows color (decimal): -5256612 or 6081199. OLE color: 6081199.

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

Color convert

RGB 175 202 92 -
CMYK 0.13 0 0.54 0.21
HSL 74.73º 0.51% 0.58% -
HSV(B) 74.73º 0.54% 0.79% -
XYZ 40.73 52.13 18.04 -
YUV 181.39 77.55 123.44 -
System Red Green Blue C M Y K H S L
Decimal 175 202 92 0.13 0 0.54 0.21 74.73 0.51 0.58
Hex AF CA 5C D 0 36 15 4B 33 3A
Octal 257 312 134 15 0 66 25 113 63 72
Binary 10101111 11001010 1011100 1101 0 110110 10101 1001011 110011 111010

Color Harmonies of #AFCA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCA5C

Black with #AFCA5C

Text Example


Text Example

White with #AFCA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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