#C1C75E

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

Shades of Wild Willow #C1C75E

Tints of Wild Willow #C1C75E

Color information

#C1C75E (or 0xC1C75E) is unknown color: approx Wild Willow. HEX triplet: C1, C7 and 5E. RGB value is (193,199,94). Sum of RGB (Red+Green+Blue) = 193+199+94=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 199 - color contains mainly: green. Hex color #C1C75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C75E is #3E38A1. Grayscale: #B9B9B9. Windows color (decimal): -4077730 or 6211521. OLE color: 6211521.

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

Color convert

RGB19319994-
CMYK0.0300.530.22
HSL63.43º48.39%57.45%-
HSV(B)63.43º52.76%78.04%-
XYZ44.4452.9918.48-
YUV185.2476.51133.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.71%
GREEN value IS 199 (78.12% from 255) = 40.95%
BLUE value IS 94 (37.11% from 255) = 19.34%
R=39.71%
G=40.95%
B=19.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal193199940.0300.530.2263.4348.3957.45
HexC1C75E3035163f3039
Octal301307136306526776071
Binary1100000111000111101111011011010110110111111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C75E; }

 p { color: rgb(193,199,94); }

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

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

 a { background-color: rgb(193,199,94); }

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

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

 span { border-color: rgb(193,199,94); }

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