#C6D05D

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

Shades of Wild Willow #C6D05D

Tints of Wild Willow #C6D05D

Color information

#C6D05D (or 0xC6D05D) is unknown color: approx Wild Willow. HEX triplet: C6, D0 and 5D. RGB value is (198,208,93). Sum of RGB (Red+Green+Blue) = 198+208+93=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D05D is #392FA2. Grayscale: #C0C0C0. Windows color (decimal): -3747747 or 6148294. OLE color: 6148294.

HSL color Cylindrical-coordinate representation of color #C6D05D: hue angle of 65.22º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C6D05D is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB19820893-
CMYK0.0500.550.18
HSL65.22º55.02%59.02%-
HSV(B)65.22º55.29%81.57%-
XYZ47.8257.9119.01-
YUV191.972.19132.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.68%
GREEN value IS 208 (81.64% from 255) = 41.68%
BLUE value IS 93 (36.72% from 255) = 18.64%
R=39.68%
G=41.68%
B=18.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal198208930.0500.550.1865.2255.0259.02
HexC6D05D50371241373b
Octal3063201355067221016773
Binary110001101101000010111011010110111100101000001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D05D; }

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

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

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

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

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

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

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

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