#CED156

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

Shades of Wild Willow #CED156

Tints of Wild Willow #CED156

Color information

#CED156 (or 0xCED156) is unknown color: approx Wild Willow. HEX triplet: CE, D1 and 56. RGB value is (206,209,86). Sum of RGB (Red+Green+Blue) = 206+209+86=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 86 (33.98% from 255 or 17.17% from 501); Max value from RGB is 209 - color contains mainly: green. Hex color #CED156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED156 is #312EA9. Grayscale: #C2C2C2. Windows color (decimal): -3223210 or 5689806. OLE color: 5689806.

HSL color Cylindrical-coordinate representation of color #CED156: hue angle of 61.46º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CED156 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB20620986-
CMYK0.0100.590.18
HSL61.46º57.21%57.84%-
HSV(B)61.46º58.85%81.96%-
XYZ49.9359.3917.64-
YUV194.0867.01136.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.12%
GREEN value IS 209 (82.03% from 255) = 41.72%
BLUE value IS 86 (33.98% from 255) = 17.17%
R=41.12%
G=41.72%
B=17.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206209860.0100.590.1861.4657.2157.84
HexCED156103B123d393a
Octal316321126107322757172
Binary110011101101000110101101011101110010111101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED156; }

 p { color: rgb(206,209,86); }

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

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

 a { background-color: rgb(206,209,86); }

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

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

 span { border-color: rgb(206,209,86); }

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