#C1D265

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

Shades of Wild Willow #C1D265

Tints of Wild Willow #C1D265

Color information

#C1D265 (or 0xC1D265) is unknown color: approx Wild Willow. HEX triplet: C1, D2 and 65. RGB value is (193,210,101). Sum of RGB (Red+Green+Blue) = 193+210+101=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 101 (39.84% from 255 or 20.04% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #C1D265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D265 is #3E2D9A. Grayscale: #C0C0C0. Windows color (decimal): -4074907 or 6673089. OLE color: 6673089.

HSL color Cylindrical-coordinate representation of color #C1D265: hue angle of 69.36º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C1D265 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB193210101-
CMYK0.0800.520.18
HSL69.36º54.77%60.98%-
HSV(B)69.36º51.9%82.35%-
XYZ47.3958.3721.08-
YUV192.4976.37128.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.29%
GREEN value IS 210 (82.42% from 255) = 41.67%
BLUE value IS 101 (39.84% from 255) = 20.04%
R=38.29%
G=41.67%
B=20.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1932101010.0800.520.1869.3654.7760.98
HexC1D26580341245373d
Octal30132214510064221056775
Binary1100000111010010110010110000110100100101000101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D265; }

 p { color: rgb(193,210,101); }

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

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

 a { background-color: rgb(193,210,101); }

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

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

 span { border-color: rgb(193,210,101); }

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