#C1CD53

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

Shades of Wild Willow #C1CD53

Tints of Wild Willow #C1CD53

Color information

#C1CD53 (or 0xC1CD53) is unknown color: approx Wild Willow. HEX triplet: C1, CD and 53. RGB value is (193,205,83). Sum of RGB (Red+Green+Blue) = 193+205+83=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 83 (32.81% from 255 or 17.26% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CD53 is #3E32AC. Grayscale: #BBBBBB. Windows color (decimal): -4076205 or 5492161. OLE color: 5492161.

HSL color Cylindrical-coordinate representation of color #C1CD53: hue angle of 65.9º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1CD53 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB19320583-
CMYK0.0600.600.20
HSL65.9º54.95%56.47%-
HSV(B)65.9º59.51%80.39%-
XYZ45.3855.6216.53-
YUV187.569.02131.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.12%
GREEN value IS 205 (80.47% from 255) = 42.62%
BLUE value IS 83 (32.81% from 255) = 17.26%
R=40.12%
G=42.62%
B=17.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal193205830.0600.600.2065.954.9556.47
HexC1CD53603C14423738
Octal3013151236074241026770
Binary110000011100110110100111100111100101001000010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CD53; }

 p { color: rgb(193,205,83); }

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

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

 a { background-color: rgb(193,205,83); }

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

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

 span { border-color: rgb(193,205,83); }

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