#C1CD62

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

Shades of Wild Willow #C1CD62

Tints of Wild Willow #C1CD62

Color information

#C1CD62 (or 0xC1CD62) is unknown color: approx Wild Willow. HEX triplet: C1, CD and 62. RGB value is (193,205,98). Sum of RGB (Red+Green+Blue) = 193+205+98=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 98 (38.67% from 255 or 19.76% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CD62 is #3E329D. Grayscale: #BDBDBD. Windows color (decimal): -4076190 or 6475201. OLE color: 6475201.

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

Color convert

RGB19320598-
CMYK0.0600.520.20
HSL66.73º51.69%59.41%-
HSV(B)66.73º52.2%80.39%-
XYZ46.0355.8819.92-
YUV189.2176.52130.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.91%
GREEN value IS 205 (80.47% from 255) = 41.33%
BLUE value IS 98 (38.67% from 255) = 19.76%
R=38.91%
G=41.33%
B=19.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal193205980.0600.520.2066.7351.6959.41
HexC1CD6260341443343b
Octal3013151426064241036473
Binary110000011100110111000101100110100101001000011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CD62; }

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

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

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

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

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

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

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

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