#C9D75F

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

Shades of Wild Willow #C9D75F

Tints of Wild Willow #C9D75F

Color information

#C9D75F (or 0xC9D75F) is unknown color: approx Wild Willow. HEX triplet: C9, D7 and 5F. RGB value is (201,215,95). Sum of RGB (Red+Green+Blue) = 201+215+95=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 95 (37.5% from 255 or 18.59% from 511); Max value from RGB is 215 - color contains mainly: green. Hex color #C9D75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D75F is #3628A0. Grayscale: #C5C5C5. Windows color (decimal): -3549345 or 6281161. OLE color: 6281161.

HSL color Cylindrical-coordinate representation of color #C9D75F: hue angle of 67º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9D75F is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB20121595-
CMYK0.0700.560.16
HSL67º60%60.78%-
HSV(B)67º55.81%84.31%-
XYZ50.4561.8420.1-
YUV197.1370.36130.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.33%
GREEN value IS 215 (84.38% from 255) = 42.07%
BLUE value IS 95 (37.5% from 255) = 18.59%
R=39.33%
G=42.07%
B=18.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal201215950.0700.560.16676060.78
HexC9D75F703810433c3d
Octal3113271377070201037475
Binary110010011101011110111111110111000100001000011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D75F; }

 p { color: rgb(201,215,95); }

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

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

 a { background-color: rgb(201,215,95); }

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

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

 span { border-color: rgb(201,215,95); }

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