#C6C25A

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

Shades of Wild Willow #C6C25A

Tints of Wild Willow #C6C25A

Color information

#C6C25A (or 0xC6C25A) is unknown color: approx Wild Willow. HEX triplet: C6, C2 and 5A. RGB value is (198,194,90). Sum of RGB (Red+Green+Blue) = 198+194+90=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C25A is #393DA5. Grayscale: #B7B7B7. Windows color (decimal): -3751334 or 5948102. OLE color: 5948102.

HSL color Cylindrical-coordinate representation of color #C6C25A: hue angle of 57.78º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C6C25A is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB19819490-
CMYK00.020.550.22
HSL57.78º48.65%56.47%-
HSV(B)57.78º54.55%77.65%-
XYZ44.4351.3317.24-
YUV183.3475.33138.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.08%
GREEN value IS 194 (76.17% from 255) = 40.25%
BLUE value IS 90 (35.55% from 255) = 18.67%
R=41.08%
G=40.25%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981949000.020.550.2257.7848.6556.47
HexC6C25A0237163a3138
Octal306302132026726726170
Binary1100011011000010101101001011011110110111010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C25A; }

 p { color: rgb(198,194,90); }

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

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

 a { background-color: rgb(198,194,90); }

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

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

 span { border-color: rgb(198,194,90); }

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