#C0D966

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

Shades of Wild Willow #C0D966

Tints of Wild Willow #C0D966

Color information

#C0D966 (or 0xC0D966) is unknown color: approx Wild Willow. HEX triplet: C0, D9 and 66. RGB value is (192,217,102). Sum of RGB (Red+Green+Blue) = 192+217+102=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D966 is #3F2699. Grayscale: #C4C4C4. Windows color (decimal): -4138650 or 6740416. OLE color: 6740416.

HSL color Cylindrical-coordinate representation of color #C0D966: hue angle of 73.04º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0D966 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB192217102-
CMYK0.1200.530.15
HSL73.04º60.21%62.55%-
HSV(B)73.04º53%85.1%-
XYZ48.9561.7921.92-
YUV196.4174.72124.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.57%
GREEN value IS 217 (85.16% from 255) = 42.47%
BLUE value IS 102 (40.23% from 255) = 19.96%
R=37.57%
G=42.47%
B=19.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1922171020.1200.530.1573.0460.2162.55
HexC0D966C035F493c3f
Octal30033114614065171117477
Binary110000001101100111001101100011010111111001001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D966; }

 p { color: rgb(192,217,102); }

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

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

 a { background-color: rgb(192,217,102); }

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

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

 span { border-color: rgb(192,217,102); }

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