#C0C25D

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

Shades of Wild Willow #C0C25D

Tints of Wild Willow #C0C25D

Color information

#C0C25D (or 0xC0C25D) is unknown color: approx Wild Willow. HEX triplet: C0, C2 and 5D. RGB value is (192,194,93). Sum of RGB (Red+Green+Blue) = 192+194+93=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C25D is #3F3DA2. Grayscale: #B6B6B6. Windows color (decimal): -4144547 or 6144704. OLE color: 6144704.

HSL color Cylindrical-coordinate representation of color #C0C25D: hue angle of 61.19º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0C25D is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB19219493-
CMYK0.0100.520.24
HSL61.19º45.29%56.27%-
HSV(B)61.19º52.06%76.08%-
XYZ43.0150.5817.85-
YUV181.8977.84135.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.08%
GREEN value IS 194 (76.17% from 255) = 40.50%
BLUE value IS 93 (36.72% from 255) = 19.42%
R=40.08%
G=40.50%
B=19.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal192194930.0100.520.2461.1945.2956.27
HexC0C25D1034183d2d38
Octal300302135106430755570
Binary110000001100001010111011011010011000111101101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C25D; }

 p { color: rgb(192,194,93); }

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

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

 a { background-color: rgb(192,194,93); }

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

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

 span { border-color: rgb(192,194,93); }

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