#C9CA4F

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

Shades of Wild Willow #C9CA4F

Tints of Wild Willow #C9CA4F

Color information

#C9CA4F (or 0xC9CA4F) is unknown color: approx Wild Willow. HEX triplet: C9, CA and 4F. RGB value is (201,202,79). Sum of RGB (Red+Green+Blue) = 201+202+79=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 79 (31.25% from 255 or 16.39% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CA4F is #3635B0. Grayscale: #BCBCBC. Windows color (decimal): -3552689 or 5229257. OLE color: 5229257.

HSL color Cylindrical-coordinate representation of color #C9CA4F: hue angle of 60.49º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C9CA4F is Cyan = 0.00, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB20120279-
CMYK0.0000.610.21
HSL60.49º53.71%55.1%-
HSV(B)60.49º60.89%79.22%-
XYZ46.6255.2215.6-
YUV187.6866.67137.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.70%
GREEN value IS 202 (79.30% from 255) = 41.91%
BLUE value IS 79 (31.25% from 255) = 16.39%
R=41.70%
G=41.91%
B=16.39%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201202790.0000.610.2160.4953.7155.1
HexC9CA4F003D153c3637
Octal311312117007525746667
Binary110010011100101010011110011110110101111100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CA4F; }

 p { color: rgb(201,202,79); }

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

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

 a { background-color: rgb(201,202,79); }

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

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

 span { border-color: rgb(201,202,79); }

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