#C5CD5B

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

Shades of Wild Willow #C5CD5B

Tints of Wild Willow #C5CD5B

Color information

#C5CD5B (or 0xC5CD5B) is unknown color: approx Wild Willow. HEX triplet: C5, CD and 5B. RGB value is (197,205,91). Sum of RGB (Red+Green+Blue) = 197+205+91=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CD5B is #3A32A4. Grayscale: #BEBEBE. Windows color (decimal): -3814053 or 6016453. OLE color: 6016453.

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

Color convert

RGB19720591-
CMYK0.0400.560.20
HSL64.21º53.27%58.04%-
HSV(B)64.21º55.61%80.39%-
XYZ46.7556.2918.3-
YUV189.6172.35133.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.96%
GREEN value IS 205 (80.47% from 255) = 41.58%
BLUE value IS 91 (35.94% from 255) = 18.46%
R=39.96%
G=41.58%
B=18.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal197205910.0400.560.2064.2153.2758.04
HexC5CD5B40381440353a
Octal3053151334070241006572
Binary110001011100110110110111000111000101001000000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CD5B; }

 p { color: rgb(197,205,91); }

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

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

 a { background-color: rgb(197,205,91); }

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

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

 span { border-color: rgb(197,205,91); }

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