#C3CC50

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

Shades of Wild Willow #C3CC50

Tints of Wild Willow #C3CC50

Color information

#C3CC50 (or 0xC3CC50) is unknown color: approx Wild Willow. HEX triplet: C3, CC and 50. RGB value is (195,204,80). Sum of RGB (Red+Green+Blue) = 195+204+80=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CC50 is #3C33AF. Grayscale: #BBBBBB. Windows color (decimal): -3945392 or 5295299. OLE color: 5295299.

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

Color convert

RGB19520480-
CMYK0.0400.610.2
HSL64.35º54.87%55.69%-
HSV(B)64.35º60.78%80%-
XYZ45.5555.3715.88-
YUV187.1767.52133.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.71%
GREEN value IS 204 (80.08% from 255) = 42.59%
BLUE value IS 80 (31.64% from 255) = 16.70%
R=40.71%
G=42.59%
B=16.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal195204800.0400.610.264.3554.8755.69
HexC3CC50403D14403738
Octal3033141204075241006770
Binary110000111100110010100001000111101101001000000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CC50; }

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

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

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

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

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

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

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

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