#C5CD69

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

Shades of Wild Willow #C5CD69

Tints of Wild Willow #C5CD69

Color information

#C5CD69 (or 0xC5CD69) is unknown color: approx Wild Willow. HEX triplet: C5, CD and 69. RGB value is (197,205,105). Sum of RGB (Red+Green+Blue) = 197+205+105=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 105 (41.41% from 255 or 20.71% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CD69 is #3A3296. Grayscale: #BFBFBF. Windows color (decimal): -3814039 or 6933957. OLE color: 6933957.

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

Color convert

RGB197205105-
CMYK0.0400.490.20
HSL64.8º50%60.78%-
HSV(B)64.8º48.78%80.39%-
XYZ47.4156.5521.78-
YUV191.2179.35132.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.86%
GREEN value IS 205 (80.47% from 255) = 40.43%
BLUE value IS 105 (41.41% from 255) = 20.71%
R=38.86%
G=40.43%
B=20.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1972051050.0400.490.2064.85060.78
HexC5CD6940311441323d
Octal3053151514061241016275
Binary110001011100110111010011000110001101001000001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CD69; }

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

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

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

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

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

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

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

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