#C4CD6B

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

Shades of Wild Willow #C4CD6B

Tints of Wild Willow #C4CD6B

Color information

#C4CD6B (or 0xC4CD6B) is unknown color: approx Wild Willow. HEX triplet: C4, CD and 6B. RGB value is (196,205,107). Sum of RGB (Red+Green+Blue) = 196+205+107=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 107 (42.19% from 255 or 21.06% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CD6B is #3B3294. Grayscale: #BFBFBF. Windows color (decimal): -3879573 or 7065028. OLE color: 7065028.

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

Color convert

RGB196205107-
CMYK0.0400.480.20
HSL65.51º49.49%61.18%-
HSV(B)65.51º47.8%80.39%-
XYZ47.2556.4622.32-
YUV191.1480.52131.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.58%
GREEN value IS 205 (80.47% from 255) = 40.35%
BLUE value IS 107 (42.19% from 255) = 21.06%
R=38.58%
G=40.35%
B=21.06%

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
Decimal1962051070.0400.480.2065.5149.4961.18
HexC4CD6B40301442313d
Octal3043151534060241026175
Binary110001001100110111010111000110000101001000010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CD6B; }

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

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

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

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

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

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

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

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