#C1D85C

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

Shades of Wild Willow #C1D85C

Tints of Wild Willow #C1D85C

Color information

#C1D85C (or 0xC1D85C) is unknown color: approx Wild Willow. HEX triplet: C1, D8 and 5C. RGB value is (193,216,92). Sum of RGB (Red+Green+Blue) = 193+216+92=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D85C is #3E27A3. Grayscale: #C3C3C3. Windows color (decimal): -4073380 or 6084801. OLE color: 6084801.

HSL color Cylindrical-coordinate representation of color #C1D85C: hue angle of 71.13º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C1D85C is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB19321692-
CMYK0.1100.570.15
HSL71.13º61.39%60.39%-
HSV(B)71.13º57.41%84.71%-
XYZ48.4861.2219.39-
YUV194.9969.88126.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.52%
GREEN value IS 216 (84.77% from 255) = 43.11%
BLUE value IS 92 (36.33% from 255) = 18.36%
R=38.52%
G=43.11%
B=18.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal193216920.1100.570.1571.1361.3960.39
HexC1D85CB039F473d3c
Octal30133013413071171077574
Binary110000011101100010111001011011100111111000111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D85C; }

 p { color: rgb(193,216,92); }

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

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

 a { background-color: rgb(193,216,92); }

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

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

 span { border-color: rgb(193,216,92); }

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