#C0CB63

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

Shades of Wild Willow #C0CB63

Tints of Wild Willow #C0CB63

Color information

#C0CB63 (or 0xC0CB63) is unknown color: approx Wild Willow. HEX triplet: C0, CB and 63. RGB value is (192,203,99). Sum of RGB (Red+Green+Blue) = 192+203+99=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CB63 is #3F349C. Grayscale: #BCBCBC. Windows color (decimal): -4142237 or 6540224. OLE color: 6540224.

HSL color Cylindrical-coordinate representation of color #C0CB63: hue angle of 66.35º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0CB63 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB19220399-
CMYK0.0500.510.20
HSL66.35º50%59.22%-
HSV(B)66.35º51.23%79.61%-
XYZ45.3554.8220-
YUV187.8677.86130.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.87%
GREEN value IS 203 (79.69% from 255) = 41.09%
BLUE value IS 99 (39.06% from 255) = 20.04%
R=38.87%
G=41.09%
B=20.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal192203990.0500.510.2066.355059.22
HexC0CB6350331442323b
Octal3003131435063241026273
Binary110000001100101111000111010110011101001000010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CB63; }

 p { color: rgb(192,203,99); }

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

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

 a { background-color: rgb(192,203,99); }

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

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

 span { border-color: rgb(192,203,99); }

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