#C1C76F

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

Shades of Wild Willow #C1C76F

Tints of Wild Willow #C1C76F

Color information

#C1C76F (or 0xC1C76F) is unknown color: approx Wild Willow. HEX triplet: C1, C7 and 6F. RGB value is (193,199,111). Sum of RGB (Red+Green+Blue) = 193+199+111=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 111 (43.75% from 255 or 22.07% from 503); Max value from RGB is 199 - color contains mainly: green. Hex color #C1C76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C76F is #3E3890. Grayscale: #BBBBBB. Windows color (decimal): -4077713 or 7325633. OLE color: 7325633.

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

Color convert

RGB193199111-
CMYK0.0300.440.22
HSL64.09º44%60.78%-
HSV(B)64.09º44.22%78.04%-
XYZ45.2853.3322.95-
YUV187.1785.01132.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.37%
GREEN value IS 199 (78.12% from 255) = 39.56%
BLUE value IS 111 (43.75% from 255) = 22.07%
R=38.37%
G=39.56%
B=22.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1931991110.0300.440.2264.094460.78
HexC1C76F302C16402c3d
Octal3013071573054261005475
Binary11000001110001111101111110101100101101000000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C76F; }

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

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

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

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

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

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

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

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