#C2C75F

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

Shades of Wild Willow #C2C75F

Tints of Wild Willow #C2C75F

Color information

#C2C75F (or 0xC2C75F) is unknown color: approx Wild Willow. HEX triplet: C2, C7 and 5F. RGB value is (194,199,95). Sum of RGB (Red+Green+Blue) = 194+199+95=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 95 (37.5% from 255 or 19.47% from 488); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C75F is #3D38A0. Grayscale: #BABABA. Windows color (decimal): -4012193 or 6277058. OLE color: 6277058.

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

Color convert

RGB19419995-
CMYK0.0300.520.22
HSL62.88º48.15%57.65%-
HSV(B)62.88º52.26%78.04%-
XYZ44.7453.1418.73-
YUV185.6576.84133.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.75%
GREEN value IS 199 (78.12% from 255) = 40.78%
BLUE value IS 95 (37.5% from 255) = 19.47%
R=39.75%
G=40.78%
B=19.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal194199950.0300.520.2262.8848.1557.65
HexC2C75F3034163f303a
Octal302307137306426776072
Binary1100001011000111101111111011010010110111111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C75F; }

 p { color: rgb(194,199,95); }

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

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

 a { background-color: rgb(194,199,95); }

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

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

 span { border-color: rgb(194,199,95); }

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