#C4CD6A

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

Shades of Wild Willow #C4CD6A

Tints of Wild Willow #C4CD6A

Color information

#C4CD6A (or 0xC4CD6A) is unknown color: approx Wild Willow. HEX triplet: C4, CD and 6A. RGB value is (196,205,106). Sum of RGB (Red+Green+Blue) = 196+205+106=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CD6A is #3B3295. Grayscale: #BFBFBF. Windows color (decimal): -3879574 or 6999492. OLE color: 6999492.

HSL color Cylindrical-coordinate representation of color #C4CD6A: hue angle of 65.45º degrees, saturation: 0.5, 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 #C4CD6A is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB196205106-
CMYK0.0400.480.20
HSL65.45º49.75%60.98%-
HSV(B)65.45º48.29%80.39%-
XYZ47.256.4422.04-
YUV191.0280.02131.55-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.66%
GREEN value IS 205 (80.47% from 255) = 40.43%
BLUE value IS 106 (41.80% from 255) = 20.91%
R=38.66%
G=40.43%
B=20.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1962051060.0400.480.2065.4549.7560.98
HexC4CD6A40301441323d
Octal3043151524060241016275
Binary110001001100110111010101000110000101001000001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CD6A; }

 p { color: rgb(196,205,106); }

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

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

 a { background-color: rgb(196,205,106); }

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

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

 span { border-color: rgb(196,205,106); }

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