#C6D465

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

Shades of Wild Willow #C6D465

Tints of Wild Willow #C6D465

Color information

#C6D465 (or 0xC6D465) is unknown color: approx Wild Willow. HEX triplet: C6, D4 and 65. RGB value is (198,212,101). Sum of RGB (Red+Green+Blue) = 198+212+101=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 212 - color contains mainly: green. Hex color #C6D465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D465 is #392B9A. Grayscale: #C3C3C3. Windows color (decimal): -3746715 or 6673606. OLE color: 6673606.

HSL color Cylindrical-coordinate representation of color #C6D465: hue angle of 67.57º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6D465 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB198212101-
CMYK0.0700.520.17
HSL67.57º56.35%61.37%-
HSV(B)67.57º52.36%83.14%-
XYZ49.1860.0321.31-
YUV195.1674.86130.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.75%
GREEN value IS 212 (83.20% from 255) = 41.49%
BLUE value IS 101 (39.84% from 255) = 19.77%
R=38.75%
G=41.49%
B=19.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1982121010.0700.520.1767.5756.3561.37
HexC6D46570341144383d
Octal3063241457064211047075
Binary110001101101010011001011110110100100011000100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D465; }

 p { color: rgb(198,212,101); }

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

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

 a { background-color: rgb(198,212,101); }

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

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

 span { border-color: rgb(198,212,101); }

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