#C6CD5B

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

Shades of Wild Willow #C6CD5B

Tints of Wild Willow #C6CD5B

Color information

#C6CD5B (or 0xC6CD5B) is unknown color: approx Wild Willow. HEX triplet: C6, CD and 5B. RGB value is (198,205,91). Sum of RGB (Red+Green+Blue) = 198+205+91=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 91 (35.94% from 255 or 18.42% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CD5B is #3932A4. Grayscale: #BEBEBE. Windows color (decimal): -3748517 or 6016454. OLE color: 6016454.

HSL color Cylindrical-coordinate representation of color #C6CD5B: hue angle of 63.68º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6CD5B is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB19820591-
CMYK0.0300.560.20
HSL63.68º53.27%58.04%-
HSV(B)63.68º55.61%80.39%-
XYZ47.0156.4218.31-
YUV189.9172.18133.77-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.08%
GREEN value IS 205 (80.47% from 255) = 41.50%
BLUE value IS 91 (35.94% from 255) = 18.42%
R=40.08%
G=41.50%
B=18.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal198205910.0300.560.2063.6853.2758.04
HexC6CD5B30381440353a
Octal3063151333070241006572
Binary11000110110011011011011110111000101001000000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CD5B; }

 p { color: rgb(198,205,91); }

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

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

 a { background-color: rgb(198,205,91); }

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

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

 span { border-color: rgb(198,205,91); }

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