#C3D061

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

Shades of Wild Willow #C3D061

Tints of Wild Willow #C3D061

Color information

#C3D061 (or 0xC3D061) is unknown color: approx Wild Willow. HEX triplet: C3, D0 and 61. RGB value is (195,208,97). Sum of RGB (Red+Green+Blue) = 195+208+97=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D061 is #3C2F9E. Grayscale: #BFBFBF. Windows color (decimal): -3944351 or 6410435. OLE color: 6410435.

HSL color Cylindrical-coordinate representation of color #C3D061: hue angle of 67.03º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C3D061 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB19520897-
CMYK0.0600.530.18
HSL67.03º54.15%59.8%-
HSV(B)67.03º53.37%81.57%-
XYZ47.2257.5819.93-
YUV191.4674.69130.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39%
GREEN value IS 208 (81.64% from 255) = 41.6%
BLUE value IS 97 (38.28% from 255) = 19.4%
R=39%
G=41.6%
B=19.4%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal195208970.0600.530.1867.0354.1559.8
HexC3D06160351243363c
Octal3033201416065221036674
Binary110000111101000011000011100110101100101000011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D061; }

 p { color: rgb(195,208,97); }

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

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

 a { background-color: rgb(195,208,97); }

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

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

 span { border-color: rgb(195,208,97); }

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