#C1C568

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

Shades of Wild Willow #C1C568

Tints of Wild Willow #C1C568

Color information

#C1C568 (or 0xC1C568) is unknown color: approx Wild Willow. HEX triplet: C1, C5 and 68. RGB value is (193,197,104). Sum of RGB (Red+Green+Blue) = 193+197+104=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C568 is #3E3A97. Grayscale: #B9B9B9. Windows color (decimal): -4078232 or 6866369. OLE color: 6866369.

HSL color Cylindrical-coordinate representation of color #C1C568: hue angle of 62.58º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C1C568 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB193197104-
CMYK0.0200.470.23
HSL62.58º44.5%59.02%-
HSV(B)62.58º47.21%77.25%-
XYZ44.4652.2720.84-
YUV185.282.17133.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.07%
GREEN value IS 197 (77.34% from 255) = 39.88%
BLUE value IS 104 (41.02% from 255) = 21.05%
R=39.07%
G=39.88%
B=21.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1931971040.0200.470.2362.5844.559.02
HexC1C568202F173f2c3b
Octal301305150205727775473
Binary1100000111000101110100010010111110111111111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C568; }

 p { color: rgb(193,197,104); }

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

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

 a { background-color: rgb(193,197,104); }

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

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

 span { border-color: rgb(193,197,104); }

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