#C4CC6F

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

Shades of Wild Willow #C4CC6F

Tints of Wild Willow #C4CC6F

Color information

#C4CC6F (or 0xC4CC6F) is unknown color: approx Wild Willow. HEX triplet: C4, CC and 6F. RGB value is (196,204,111). Sum of RGB (Red+Green+Blue) = 196+204+111=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 111 (43.75% from 255 or 21.72% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CC6F is #3B3390. Grayscale: #BFBFBF. Windows color (decimal): -3879825 or 7326916. OLE color: 7326916.

HSL color Cylindrical-coordinate representation of color #C4CC6F: hue angle of 65.16º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C4CC6F is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB196204111-
CMYK0.0400.460.2
HSL65.16º47.69%61.76%-
HSV(B)65.16º45.59%80%-
XYZ47.2356.0723.37-
YUV191.0182.85131.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.36%
GREEN value IS 204 (80.08% from 255) = 39.92%
BLUE value IS 111 (43.75% from 255) = 21.72%
R=38.36%
G=39.92%
B=21.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1962041110.0400.460.265.1647.6961.76
HexC4CC6F402E1441303e
Octal3043141574056241016076
Binary110001001100110011011111000101110101001000001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CC6F; }

 p { color: rgb(196,204,111); }

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

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

 a { background-color: rgb(196,204,111); }

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

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

 span { border-color: rgb(196,204,111); }

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