#C1CC6A

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

Shades of Wild Willow #C1CC6A

Tints of Wild Willow #C1CC6A

Color information

#C1CC6A (or 0xC1CC6A) is unknown color: approx Wild Willow. HEX triplet: C1, CC and 6A. RGB value is (193,204,106). Sum of RGB (Red+Green+Blue) = 193+204+106=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 106 (41.80% from 255 or 21.07% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CC6A is #3E3395. Grayscale: #BDBDBD. Windows color (decimal): -4076438 or 6999233. OLE color: 6999233.

HSL color Cylindrical-coordinate representation of color #C1CC6A: hue angle of 66.73º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C1CC6A is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB193204106-
CMYK0.0500.480.2
HSL66.73º49%60.78%-
HSV(B)66.73º48.04%80%-
XYZ46.1955.5621.93-
YUV189.5480.86130.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.37%
GREEN value IS 204 (80.08% from 255) = 40.56%
BLUE value IS 106 (41.80% from 255) = 21.07%
R=38.37%
G=40.56%
B=21.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1932041060.0500.480.266.734960.78
HexC1CC6A50301443313d
Octal3013141525060241036175
Binary110000011100110011010101010110000101001000011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CC6A; }

 p { color: rgb(193,204,106); }

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

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

 a { background-color: rgb(193,204,106); }

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

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

 span { border-color: rgb(193,204,106); }

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