#C6C86A

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

Shades of Wild Willow #C6C86A

Tints of Wild Willow #C6C86A

Color information

#C6C86A (or 0xC6C86A) is unknown color: approx Wild Willow. HEX triplet: C6, C8 and 6A. RGB value is (198,200,106). Sum of RGB (Red+Green+Blue) = 198+200+106=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 106 (41.80% from 255 or 21.03% from 504); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C86A is #393795. Grayscale: #BDBDBD. Windows color (decimal): -3749782 or 6998214. OLE color: 6998214.

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

Color convert

RGB198200106-
CMYK0.0100.470.22
HSL61.28º46.08%60%-
HSV(B)61.28º47%78.43%-
XYZ46.5454.3521.67-
YUV188.6981.34134.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.29%
GREEN value IS 200 (78.52% from 255) = 39.68%
BLUE value IS 106 (41.80% from 255) = 21.03%
R=39.29%
G=39.68%
B=21.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982001060.0100.470.2261.2846.0860
HexC6C86A102F163d2e3c
Octal306310152105726755674
Binary110001101100100011010101010111110110111101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C86A; }

 p { color: rgb(198,200,106); }

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

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

 a { background-color: rgb(198,200,106); }

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

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

 span { border-color: rgb(198,200,106); }

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