#C3CC71

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

Shades of Wild Willow #C3CC71

Tints of Wild Willow #C3CC71

Color information

#C3CC71 (or 0xC3CC71) is unknown color: approx Wild Willow. HEX triplet: C3, CC and 71. RGB value is (195,204,113). Sum of RGB (Red+Green+Blue) = 195+204+113=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CC71 is #3C338E. Grayscale: #BFBFBF. Windows color (decimal): -3945359 or 7457987. OLE color: 7457987.

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

Color convert

RGB195204113-
CMYK0.0400.450.2
HSL65.93º47.15%62.16%-
HSV(B)65.93º44.61%80%-
XYZ47.0855.9823.95-
YUV190.9484.02130.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.09%
GREEN value IS 204 (80.08% from 255) = 39.84%
BLUE value IS 113 (44.53% from 255) = 22.07%
R=38.09%
G=39.84%
B=22.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1952041130.0400.450.265.9347.1562.16
HexC3CC71402D14422f3e
Octal3033141614055241025776
Binary110000111100110011100011000101101101001000010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CC71; }

 p { color: rgb(195,204,113); }

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

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

 a { background-color: rgb(195,204,113); }

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

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

 span { border-color: rgb(195,204,113); }

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