#C1CB5D

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

Shades of Wild Willow #C1CB5D

Tints of Wild Willow #C1CB5D

Color information

#C1CB5D (or 0xC1CB5D) is unknown color: approx Wild Willow. HEX triplet: C1, CB and 5D. RGB value is (193,203,93). Sum of RGB (Red+Green+Blue) = 193+203+93=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CB5D is #3E34A2. Grayscale: #BBBBBB. Windows color (decimal): -4076707 or 6147009. OLE color: 6147009.

HSL color Cylindrical-coordinate representation of color #C1CB5D: hue angle of 65.45º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1CB5D is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB19320393-
CMYK0.0500.540.20
HSL65.45º51.4%58.04%-
HSV(B)65.45º54.19%79.61%-
XYZ45.3254.8418.55-
YUV187.4774.69131.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.47%
GREEN value IS 203 (79.69% from 255) = 41.51%
BLUE value IS 93 (36.72% from 255) = 19.02%
R=39.47%
G=41.51%
B=19.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal193203930.0500.540.2065.4551.458.04
HexC1CB5D50361441333a
Octal3013131355066241016372
Binary110000011100101110111011010110110101001000001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CB5D; }

 p { color: rgb(193,203,93); }

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

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

 a { background-color: rgb(193,203,93); }

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

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

 span { border-color: rgb(193,203,93); }

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