Html Css Color HEX #AFC85C Wild Willow

📋 copy color: '#AFC85C'

red 175 ◦ green 200 ◦ blue 92

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

Shades of Wild Willow #AFC85C

Tints of Wild Willow #AFC85C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.83%

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

R = 37.47%
G = 42.83%
B = 19.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#AFC85C (or 0xAFC85C) is known color: Wild Willow. HEX triplet: AF, C8 and 5C. RGB value is (175,200,92). Sum of RGB (Red+Green+Blue) = 175+200+92=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC85C is #5037A3. Grayscale: #B4B4B4. Windows color (decimal): -5257124 or 6080687. OLE color: 6080687.

HSL color Cylindrical-coordinate representation of color #AFC85C: hue angle of 73.89º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFC85C is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 200 92 -
CMYK 0.12 0 0.54 0.22
HSL 73.89º 0.5% 0.57% -
HSV(B) 73.89º 0.54% 0.78% -
XYZ 40.27 51.2 17.88 -
YUV 180.21 78.22 124.28 -
System Red Green Blue C M Y K H S L
Decimal 175 200 92 0.12 0 0.54 0.22 73.89 0.5 0.57
Hex AF C8 5C C 0 36 16 4A 32 39
Octal 257 310 134 14 0 66 26 112 62 71
Binary 10101111 11001000 1011100 1100 0 110110 10110 1001010 110010 111001

Color Harmonies of #AFC85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC85C

Black with #AFC85C

Text Example


Text Example

White with #AFC85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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