#C4C461

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

Shades of Wild Willow #C4C461

Tints of Wild Willow #C4C461

Color information

#C4C461 (or 0xC4C461) is unknown color: approx Wild Willow. HEX triplet: C4, C4 and 61. RGB value is (196,196,97). Sum of RGB (Red+Green+Blue) = 196+196+97=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 97 (38.28% from 255 or 19.84% from 489); Max value from RGB is 196 - color contains mainly: red, green. Hex color #C4C461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C461 is #3B3B9E. Grayscale: #B9B9B9. Windows color (decimal): -3881887 or 6407364. OLE color: 6407364.

HSL color Cylindrical-coordinate representation of color #C4C461: hue angle of 60º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C4C461 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB19619697-
CMYK000.510.23
HSL60º45.62%57.45%-
HSV(B)60º50.51%76.86%-
XYZ44.6652.0819.01-
YUV184.7178.5136.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.08%
GREEN value IS 196 (76.95% from 255) = 40.08%
BLUE value IS 97 (38.28% from 255) = 19.84%
R=40.08%
G=40.08%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619697000.510.236045.6257.45
HexC4C4610033173c2e39
Octal304304141006327745671
Binary110001001100010011000010011001110111111100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C461; }

 p { color: rgb(196,196,97); }

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

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

 a { background-color: rgb(196,196,97); }

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

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

 span { border-color: rgb(196,196,97); }

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