#C1C462

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

Shades of Wild Willow #C1C462

Tints of Wild Willow #C1C462

Color information

#C1C462 (or 0xC1C462) is unknown color: approx Wild Willow. HEX triplet: C1, C4 and 62. RGB value is (193,196,98). Sum of RGB (Red+Green+Blue) = 193+196+98=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 196 - color contains mainly: green. Hex color #C1C462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C462 is #3E3B9D. Grayscale: #B8B8B8. Windows color (decimal): -4078494 or 6472897. OLE color: 6472897.

HSL color Cylindrical-coordinate representation of color #C1C462: hue angle of 61.84º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1C462 is Cyan = 0.02, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB19319698-
CMYK0.0200.50.23
HSL61.84º45.37%57.65%-
HSV(B)61.84º50%76.86%-
XYZ43.9451.719.22-
YUV183.9379.51134.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.63%
GREEN value IS 196 (76.95% from 255) = 40.25%
BLUE value IS 98 (38.67% from 255) = 20.12%
R=39.63%
G=40.25%
B=20.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal193196980.0200.50.2361.8445.3757.65
HexC1C4622032173e2d3a
Octal301304142206227765572
Binary1100000111000100110001010011001010111111110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C462; }

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

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

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

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

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

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

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

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