#C0C358

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

Shades of Wild Willow #C0C358

Tints of Wild Willow #C0C358

Color information

#C0C358 (or 0xC0C358) is unknown color: approx Wild Willow. HEX triplet: C0, C3 and 58. RGB value is (192,195,88). Sum of RGB (Red+Green+Blue) = 192+195+88=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 88 (34.77% from 255 or 18.53% from 475); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C358 is #3F3CA7. Grayscale: #B6B6B6. Windows color (decimal): -4144296 or 5817280. OLE color: 5817280.

HSL color Cylindrical-coordinate representation of color #C0C358: hue angle of 61.68º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0C358 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB19219588-
CMYK0.0200.550.24
HSL61.68º47.14%55.49%-
HSV(B)61.68º54.87%76.47%-
XYZ43.0150.9416.8-
YUV181.975.01135.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.42%
GREEN value IS 195 (76.56% from 255) = 41.05%
BLUE value IS 88 (34.77% from 255) = 18.53%
R=40.42%
G=41.05%
B=18.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal192195880.0200.550.2461.6847.1455.49
HexC0C3582037183e2f37
Octal300303130206730765767
Binary1100000011000011101100010011011111000111110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C358; }

 p { color: rgb(192,195,88); }

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

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

 a { background-color: rgb(192,195,88); }

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

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

 span { border-color: rgb(192,195,88); }

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