#C0C568

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

Shades of Wild Willow #C0C568

Tints of Wild Willow #C0C568

Color information

#C0C568 (or 0xC0C568) is unknown color: approx Wild Willow. HEX triplet: C0, C5 and 68. RGB value is (192,197,104). Sum of RGB (Red+Green+Blue) = 192+197+104=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C568 is #3F3A97. Grayscale: #B9B9B9. Windows color (decimal): -4143768 or 6866368. OLE color: 6866368.

HSL color Cylindrical-coordinate representation of color #C0C568: hue angle of 63.23º 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 #C0C568 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB192197104-
CMYK0.0300.470.23
HSL63.23º44.5%59.02%-
HSV(B)63.23º47.21%77.25%-
XYZ44.252.1420.83-
YUV184.982.34133.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.95%
GREEN value IS 197 (77.34% from 255) = 39.96%
BLUE value IS 104 (41.02% from 255) = 21.10%
R=38.95%
G=39.96%
B=21.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1921971040.0300.470.2363.2344.559.02
HexC0C568302F173f2c3b
Octal300305150305727775473
Binary1100000011000101110100011010111110111111111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C568; }

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

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

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

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

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

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

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

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