#C2CD68

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

Shades of Wild Willow #C2CD68

Tints of Wild Willow #C2CD68

Color information

#C2CD68 (or 0xC2CD68) is unknown color: approx Wild Willow. HEX triplet: C2, CD and 68. RGB value is (194,205,104). Sum of RGB (Red+Green+Blue) = 194+205+104=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 104 (41.02% from 255 or 20.68% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CD68 is #3D3297. Grayscale: #BEBEBE. Windows color (decimal): -4010648 or 6868418. OLE color: 6868418.

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

Color convert

RGB194205104-
CMYK0.0500.490.20
HSL66.53º50.25%60.59%-
HSV(B)66.53º49.27%80.39%-
XYZ46.5856.1321.48-
YUV190.279.36130.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.57%
GREEN value IS 205 (80.47% from 255) = 40.76%
BLUE value IS 104 (41.02% from 255) = 20.68%
R=38.57%
G=40.76%
B=20.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1942051040.0500.490.2066.5350.2560.59
HexC2CD6850311443323d
Octal3023151505061241036275
Binary110000101100110111010001010110001101001000011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CD68; }

 p { color: rgb(194,205,104); }

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

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

 a { background-color: rgb(194,205,104); }

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

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

 span { border-color: rgb(194,205,104); }

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