#C0D66A

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

Shades of Wild Willow #C0D66A

Tints of Wild Willow #C0D66A

Color information

#C0D66A (or 0xC0D66A) is unknown color: approx Wild Willow. HEX triplet: C0, D6 and 6A. RGB value is (192,214,106). Sum of RGB (Red+Green+Blue) = 192+214+106=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 106 (41.80% from 255 or 20.70% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D66A is #3F2995. Grayscale: #C3C3C3. Windows color (decimal): -4139414 or 7001792. OLE color: 7001792.

HSL color Cylindrical-coordinate representation of color #C0D66A: hue angle of 72.22º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0D66A is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB192214106-
CMYK0.1000.500.16
HSL72.22º56.84%62.75%-
HSV(B)72.22º50.47%83.92%-
XYZ48.3960.3422.73-
YUV195.1177.71125.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.5%
GREEN value IS 214 (83.98% from 255) = 41.80%
BLUE value IS 106 (41.80% from 255) = 20.70%
R=37.5%
G=41.80%
B=20.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1922141060.1000.500.1672.2256.8462.75
HexC0D66AA0321048393f
Octal30032615212062201107177
Binary1100000011010110110101010100110010100001001000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D66A; }

 p { color: rgb(192,214,106); }

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

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

 a { background-color: rgb(192,214,106); }

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

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

 span { border-color: rgb(192,214,106); }

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