#AFC95B

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

Shades of Wild Willow #AFC95B

Tints of Wild Willow #AFC95B

Color information

#AFC95B (or 0xAFC95B) is unknown color: approx Wild Willow. HEX triplet: AF, C9 and 5B. RGB value is (175,201,91). Sum of RGB (Red+Green+Blue) = 175+201+91=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC95B is #5036A4. Grayscale: #B5B5B5. Windows color (decimal): -5256869 or 6015407. OLE color: 6015407.

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

Color convert

RGB17520191-
CMYK0.1300.550.21
HSL74.18º50.46%57.25%-
HSV(B)74.18º54.73%78.82%-
XYZ40.4551.6417.73-
YUV180.6977.39123.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 201 (78.91% from 255) = 43.04%
BLUE value IS 91 (35.94% from 255) = 19.49%
R=37.47%
G=43.04%
B=19.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal175201910.1300.550.2174.1850.4657.25
HexAFC95BD037154a3239
Octal25731113315067251126271
Binary1010111111001001101101111010110111101011001010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC95B; }

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

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

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

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

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

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

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

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