#C4CF62

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

Shades of Wild Willow #C4CF62

Tints of Wild Willow #C4CF62

Color information

#C4CF62 (or 0xC4CF62) is unknown color: approx Wild Willow. HEX triplet: C4, CF and 62. RGB value is (196,207,98). Sum of RGB (Red+Green+Blue) = 196+207+98=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CF62 is #3B309D. Grayscale: #BFBFBF. Windows color (decimal): -3879070 or 6475716. OLE color: 6475716.

HSL color Cylindrical-coordinate representation of color #C4CF62: hue angle of 66.06º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4CF62 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB19620798-
CMYK0.0500.530.19
HSL66.06º53.17%59.8%-
HSV(B)66.06º52.66%81.18%-
XYZ47.2857.2420.11-
YUV191.2875.36131.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.12%
GREEN value IS 207 (81.25% from 255) = 41.32%
BLUE value IS 98 (38.67% from 255) = 19.56%
R=39.12%
G=41.32%
B=19.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal196207980.0500.530.1966.0653.1759.8
HexC4CF6250351342353c
Octal3043171425065231026574
Binary110001001100111111000101010110101100111000010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CF62; }

 p { color: rgb(196,207,98); }

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

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

 a { background-color: rgb(196,207,98); }

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

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

 span { border-color: rgb(196,207,98); }

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