#C0CD5C

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

Shades of Wild Willow #C0CD5C

Tints of Wild Willow #C0CD5C

Color information

#C0CD5C (or 0xC0CD5C) is unknown color: approx Wild Willow. HEX triplet: C0, CD and 5C. RGB value is (192,205,92). Sum of RGB (Red+Green+Blue) = 192+205+92=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CD5C is #3F32A3. Grayscale: #BCBCBC. Windows color (decimal): -4141732 or 6081984. OLE color: 6081984.

HSL color Cylindrical-coordinate representation of color #C0CD5C: hue angle of 66.9º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0CD5C is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB19220592-
CMYK0.0600.550.20
HSL66.9º53.05%58.24%-
HSV(B)66.9º55.12%80.39%-
XYZ45.555.6418.47-
YUV188.2373.69130.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.26%
GREEN value IS 205 (80.47% from 255) = 41.92%
BLUE value IS 92 (36.33% from 255) = 18.81%
R=39.26%
G=41.92%
B=18.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal192205920.0600.550.2066.953.0558.24
HexC0CD5C60371443353a
Octal3003151346067241036572
Binary110000001100110110111001100110111101001000011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CD5C; }

 p { color: rgb(192,205,92); }

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

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

 a { background-color: rgb(192,205,92); }

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

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

 span { border-color: rgb(192,205,92); }

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