#C6C25E

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

Shades of Wild Willow #C6C25E

Tints of Wild Willow #C6C25E

Color information

#C6C25E (or 0xC6C25E) is unknown color: approx Wild Willow. HEX triplet: C6, C2 and 5E. RGB value is (198,194,94). Sum of RGB (Red+Green+Blue) = 198+194+94=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C25E is #393DA1. Grayscale: #B8B8B8. Windows color (decimal): -3751330 or 6210246. OLE color: 6210246.

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

Color convert

RGB19819494-
CMYK00.020.530.22
HSL57.69º47.71%57.25%-
HSV(B)57.69º52.53%77.65%-
XYZ44.651.418.16-
YUV183.877.33138.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.74%
GREEN value IS 194 (76.17% from 255) = 39.92%
BLUE value IS 94 (37.11% from 255) = 19.34%
R=40.74%
G=39.92%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981949400.020.530.2257.6947.7157.25
HexC6C25E0235163a3039
Octal306302136026526726071
Binary1100011011000010101111001011010110110111010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C25E; }

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

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

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

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

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

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

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

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