#C4CD52

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

Shades of Wild Willow #C4CD52

Tints of Wild Willow #C4CD52

Color information

#C4CD52 (or 0xC4CD52) is unknown color: approx Wild Willow. HEX triplet: C4, CD and 52. RGB value is (196,205,82). Sum of RGB (Red+Green+Blue) = 196+205+82=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 82 (32.42% from 255 or 16.98% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CD52 is #3B32AD. Grayscale: #BCBCBC. Windows color (decimal): -3879598 or 5426628. OLE color: 5426628.

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

Color convert

RGB19620582-
CMYK0.0400.60.20
HSL64.39º55.16%56.27%-
HSV(B)64.39º60%80.39%-
XYZ46.1256.0116.36-
YUV188.2968.02133.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.58%
GREEN value IS 205 (80.47% from 255) = 42.44%
BLUE value IS 82 (32.42% from 255) = 16.98%
R=40.58%
G=42.44%
B=16.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal196205820.0400.60.2064.3955.1656.27
HexC4CD52403C14403738
Octal3043151224074241006770
Binary110001001100110110100101000111100101001000000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CD52; }

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

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

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

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

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

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

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

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