#AFCB59

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

Shades of Wild Willow #AFCB59

Tints of Wild Willow #AFCB59

Color information

#AFCB59 (or 0xAFCB59) is unknown color: approx Wild Willow. HEX triplet: AF, CB and 59. RGB value is (175,203,89). Sum of RGB (Red+Green+Blue) = 175+203+89=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 89 (35.16% from 255 or 19.06% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCB59 is #5034A6. Grayscale: #B6B6B6. Windows color (decimal): -5256359 or 5884847. OLE color: 5884847.

HSL color Cylindrical-coordinate representation of color #AFCB59: hue angle of 74.74º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFCB59 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB17520389-
CMYK0.1400.560.20
HSL74.74º52.29%57.25%-
HSV(B)74.74º56.16%79.61%-
XYZ40.8452.5517.44-
YUV181.6375.72123.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 203 (79.69% from 255) = 43.47%
BLUE value IS 89 (35.16% from 255) = 19.06%
R=37.47%
G=43.47%
B=19.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal175203890.1400.560.2074.7452.2957.25
HexAFCB59E038144b3439
Octal25731313116070241136471
Binary1010111111001011101100111100111000101001001011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCB59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCB59; }

 p { color: rgb(175,203,89); }

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

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

 a { background-color: rgb(175,203,89); }

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

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

 span { border-color: rgb(175,203,89); }

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