#c0d06d

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

Shades of Wild Willow #C0D06D

Tints of Wild Willow #C0D06D

Color information

#C0D06D (or 0xC0D06D) is unknown color: approx Wild Willow. HEX triplet: C0, D0 and 6D. RGB value is (192,208,109). Sum of RGB (Red+Green+Blue) = 192+208+109=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D06D is #3F2F92. Grayscale: #C0C0C0. Windows color (decimal): -4140947 or 7196864. OLE color: 7196864.

HSL color Cylindrical-coordinate representation of color #C0D06D: hue angle of 69.7º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0D06D is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB192208109-
CMYK0.0800.480.18
HSL69.7º51.3%62.16%-
HSV(B)69.7º47.6%81.57%-
XYZ47.0557.4223.07-
YUV191.9381.2128.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.72%
GREEN value IS 208 (81.64% from 255) = 40.86%
BLUE value IS 109 (42.97% from 255) = 21.41%
R=37.72%
G=40.86%
B=21.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1922081090.0800.480.1869.751.362.16
HexC0D06D80301246333e
Octal30032015510060221066376
Binary1100000011010000110110110000110000100101000110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0d06d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0d06d; }

 p { color: rgb(192,208,109); }

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

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

 a { background-color: rgb(192,208,109); }

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

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

 span { border-color: rgb(192,208,109); }

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