#c6c75d

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

Shades of Wild Willow #C6C75D

Tints of Wild Willow #C6C75D

Color information

#C6C75D (or 0xC6C75D) is unknown color: approx Wild Willow. HEX triplet: C6, C7 and 5D. RGB value is (198,199,93). Sum of RGB (Red+Green+Blue) = 198+199+93=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 199 - color contains mainly: green. Hex color #C6C75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C75D is #3938A2. Grayscale: #BBBBBB. Windows color (decimal): -3750051 or 6145990. OLE color: 6145990.

HSL color Cylindrical-coordinate representation of color #C6C75D: hue angle of 60.57º degrees, saturation: 0.49, 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 #C6C75D is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB19819993-
CMYK0.0100.530.22
HSL60.57º48.62%57.25%-
HSV(B)60.57º53.27%78.04%-
XYZ45.6953.6418.3-
YUV186.6275.17136.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.41%
GREEN value IS 199 (78.12% from 255) = 40.61%
BLUE value IS 93 (36.72% from 255) = 18.98%
R=40.41%
G=40.61%
B=18.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198199930.0100.530.2260.5748.6257.25
HexC6C75D1035163d3139
Octal306307135106526756171
Binary110001101100011110111011011010110110111101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6c75d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6c75d; }

 p { color: rgb(198,199,93); }

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

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

 a { background-color: rgb(198,199,93); }

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

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

 span { border-color: rgb(198,199,93); }

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