#C0CF5F

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

Shades of Wild Willow #C0CF5F

Tints of Wild Willow #C0CF5F

Color information

#C0CF5F (or 0xC0CF5F) is unknown color: approx Wild Willow. HEX triplet: C0, CF and 5F. RGB value is (192,207,95). Sum of RGB (Red+Green+Blue) = 192+207+95=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 95 (37.5% from 255 or 19.23% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CF5F is #3F30A0. Grayscale: #BEBEBE. Windows color (decimal): -4141217 or 6279104. OLE color: 6279104.

HSL color Cylindrical-coordinate representation of color #C0CF5F: hue angle of 68.04º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0CF5F is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB19220795-
CMYK0.0700.540.19
HSL68.04º53.85%59.22%-
HSV(B)68.04º54.11%81.18%-
XYZ46.1256.6619.33-
YUV189.7574.53129.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.87%
GREEN value IS 207 (81.25% from 255) = 41.90%
BLUE value IS 95 (37.5% from 255) = 19.23%
R=38.87%
G=41.90%
B=19.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal192207950.0700.540.1968.0453.8559.22
HexC0CF5F70361344363b
Octal3003171377066231046673
Binary110000001100111110111111110110110100111000100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CF5F; }

 p { color: rgb(192,207,95); }

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

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

 a { background-color: rgb(192,207,95); }

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

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

 span { border-color: rgb(192,207,95); }

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