#C6C75A

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

Shades of Wild Willow #C6C75A

Tints of Wild Willow #C6C75A

Color information

#C6C75A (or 0xC6C75A) is unknown color: approx Wild Willow. HEX triplet: C6, C7 and 5A. RGB value is (198,199,90). Sum of RGB (Red+Green+Blue) = 198+199+90=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 199 - color contains mainly: green. Hex color #C6C75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C75A is #3938A5. Grayscale: #BABABA. Windows color (decimal): -3750054 or 5949382. OLE color: 5949382.

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

Color convert

RGB19819990-
CMYK0.0100.550.22
HSL60.55º49.32%56.67%-
HSV(B)60.55º54.77%78.04%-
XYZ45.5653.5917.62-
YUV186.2773.67136.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.66%
GREEN value IS 199 (78.12% from 255) = 40.86%
BLUE value IS 90 (35.55% from 255) = 18.48%
R=40.66%
G=40.86%
B=18.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198199900.0100.550.2260.5549.3256.67
HexC6C75A1037163d3139
Octal306307132106726756171
Binary110001101100011110110101011011110110111101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C75A; }

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

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

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

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

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

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

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

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