#C6DC5B

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

Shades of Wild Willow #C6DC5B

Tints of Wild Willow #C6DC5B

Color information

#C6DC5B (or 0xC6DC5B) is unknown color: approx Wild Willow. HEX triplet: C6, DC and 5B. RGB value is (198,220,91). Sum of RGB (Red+Green+Blue) = 198+220+91=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 91 (35.94% from 255 or 17.88% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DC5B is #3923A4. Grayscale: #C7C7C7. Windows color (decimal): -3744677 or 6020294. OLE color: 6020294.

HSL color Cylindrical-coordinate representation of color #C6DC5B: hue angle of 70.23º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C6DC5B is Cyan = 0.1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB19822091-
CMYK0.100.590.14
HSL70.23º64.82%60.98%-
HSV(B)70.23º58.64%86.27%-
XYZ50.7763.9519.56-
YUV198.7267.21127.49-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.90%
GREEN value IS 220 (86.33% from 255) = 43.22%
BLUE value IS 91 (35.94% from 255) = 17.88%
R=38.90%
G=43.22%
B=17.88%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal198220910.100.590.1470.2364.8260.98
HexC6DC5BA03BE46413d
Octal306334133120731610610175
Binary1100011011011100101101110100111011111010001101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DC5B; }

 p { color: rgb(198,220,91); }

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

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

 a { background-color: rgb(198,220,91); }

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

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

 span { border-color: rgb(198,220,91); }

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