#C0CB65

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

Shades of Wild Willow #C0CB65

Tints of Wild Willow #C0CB65

Color information

#C0CB65 (or 0xC0CB65) is unknown color: approx Wild Willow. HEX triplet: C0, CB and 65. RGB value is (192,203,101). Sum of RGB (Red+Green+Blue) = 192+203+101=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CB65 is #3F349A. Grayscale: #BCBCBC. Windows color (decimal): -4142235 or 6671296. OLE color: 6671296.

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

Color convert

RGB192203101-
CMYK0.0500.500.20
HSL66.47º49.51%59.61%-
HSV(B)66.47º50.25%79.61%-
XYZ45.4454.8620.51-
YUV188.0878.86130.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.71%
GREEN value IS 203 (79.69% from 255) = 40.93%
BLUE value IS 101 (39.84% from 255) = 20.36%
R=38.71%
G=40.93%
B=20.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1922031010.0500.500.2066.4749.5159.61
HexC0CB6550321442323c
Octal3003131455062241026274
Binary110000001100101111001011010110010101001000010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CB65; }

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

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

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

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

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

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

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

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