#C3C65F

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

Shades of Wild Willow #C3C65F

Tints of Wild Willow #C3C65F

Color information

#C3C65F (or 0xC3C65F) is unknown color: approx Wild Willow. HEX triplet: C3, C6 and 5F. RGB value is (195,198,95). Sum of RGB (Red+Green+Blue) = 195+198+95=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 95 (37.5% from 255 or 19.47% from 488); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C65F is #3C39A0. Grayscale: #B9B9B9. Windows color (decimal): -3946913 or 6276803. OLE color: 6276803.

HSL color Cylindrical-coordinate representation of color #C3C65F: hue angle of 61.75º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3C65F is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB19519895-
CMYK0.0200.520.22
HSL61.75º47.47%57.45%-
HSV(B)61.75º52.02%77.65%-
XYZ44.7752.8218.66-
YUV185.3677.01134.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.96%
GREEN value IS 198 (77.73% from 255) = 40.57%
BLUE value IS 95 (37.5% from 255) = 19.47%
R=39.96%
G=40.57%
B=19.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal195198950.0200.520.2261.7547.4757.45
HexC3C65F2034163e2f39
Octal303306137206426765771
Binary1100001111000110101111110011010010110111110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C65F; }

 p { color: rgb(195,198,95); }

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

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

 a { background-color: rgb(195,198,95); }

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

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

 span { border-color: rgb(195,198,95); }

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