#AFC55B

Color #AFC55B Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #AFC55B

Tints of Wild Willow #AFC55B

Color information

#AFC55B (or 0xAFC55B) is unknown color: approx Wild Willow. HEX triplet: AF, C5 and 5B. RGB value is (175,197,91). Sum of RGB (Red+Green+Blue) = 175+197+91=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC55B is #503AA4. Grayscale: #B2B2B2. Windows color (decimal): -5257893 or 6014383. OLE color: 6014383.

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

Color convert

RGB17519791-
CMYK0.1100.540.23
HSL72.45º47.75%56.47%-
HSV(B)72.45º53.81%77.25%-
XYZ39.5349.817.43-
YUV178.3478.71125.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 197 (77.34% from 255) = 42.55%
BLUE value IS 91 (35.94% from 255) = 19.65%
R=37.80%
G=42.55%
B=19.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal175197910.1100.540.2372.4547.7556.47
HexAFC55BB03617483038
Octal25730513313066271106070
Binary1010111111000101101101110110110110101111001000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC55B; }

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

 H1.HeaderClassName
 {
   color: #AFC55B;
 }
 .AnyTagClassName
 {
   color: #AFC55B;
 }
</style>
background-color css

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

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

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

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

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

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