Html Css Color HEX #AFC567 Wild Willow

📋 copy color: '#AFC567'

red 175 ◦ green 197 ◦ blue 103

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

Shades of Wild Willow #AFC567

Tints of Wild Willow #AFC567

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.47%

 BLUE value IS 103 (40.63% from 255) = 21.68%

R = 36.84%
G = 41.47%
B = 21.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#AFC567 (or 0xAFC567) is known color: Wild Willow. HEX triplet: AF, C5 and 67. RGB value is (175,197,103). Sum of RGB (Red+Green+Blue) = 175+197+103=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC567 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC567 is #503A98. Grayscale: #B4B4B4. Windows color (decimal): -5257881 or 6800815. OLE color: 6800815.

HSL color Cylindrical-coordinate representation of color #AFC567: hue angle of 74.04º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFC567 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 103 -
CMYK 0.11 0 0.48 0.23
HSL 74.04º 0.45% 0.59% -
HSV(B) 74.04º 0.48% 0.77% -
XYZ 40.09 50.03 20.37 -
YUV 179.71 84.71 124.64 -
System Red Green Blue C M Y K H S L
Decimal 175 197 103 0.11 0 0.48 0.23 74.04 0.45 0.59
Hex AF C5 67 B 0 30 17 4A 2D 3B
Octal 257 305 147 13 0 60 27 112 55 73
Binary 10101111 11000101 1100111 1011 0 110000 10111 1001010 101101 111011

Color Harmonies of #AFC567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC567

Black with #AFC567

Text Example


Text Example

White with #AFC567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC567; }

 p { color: rgb(175,197,103); }

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

background-color css

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

 a { background-color: rgb(175,197,103); }

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

border-color css

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

 span { border-color: rgb(175,197,103); }

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