#C6C75C

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

Shades of Wild Willow #C6C75C

Tints of Wild Willow #C6C75C

Color information

#C6C75C (or 0xC6C75C) is unknown color: approx Wild Willow. HEX triplet: C6, C7 and 5C. RGB value is (198,199,92). Sum of RGB (Red+Green+Blue) = 198+199+92=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 199 - color contains mainly: green. Hex color #C6C75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C75C is #3938A3. Grayscale: #BABABA. Windows color (decimal): -3750052 or 6080454. OLE color: 6080454.

HSL color Cylindrical-coordinate representation of color #C6C75C: hue angle of 60.56º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C6C75C is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB19819992-
CMYK0.0100.540.22
HSL60.56º48.86%57.06%-
HSV(B)60.56º53.77%78.04%-
XYZ45.6453.6318.07-
YUV186.574.67136.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.49%
GREEN value IS 199 (78.12% from 255) = 40.70%
BLUE value IS 92 (36.33% from 255) = 18.81%
R=40.49%
G=40.70%
B=18.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198199920.0100.540.2260.5648.8657.06
HexC6C75C1036163d3139
Octal306307134106626756171
Binary110001101100011110111001011011010110111101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C75C; }

 p { color: rgb(198,199,92); }

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

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

 a { background-color: rgb(198,199,92); }

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

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

 span { border-color: rgb(198,199,92); }

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