#CED19B

Color #CED19B Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #CED19B

Tints of Green Mist #CED19B

Color information

#CED19B (or 0xCED19B) is unknown color: approx Green Mist. HEX triplet: CE, D1 and 9B. RGB value is (206,209,155). Sum of RGB (Red+Green+Blue) = 206+209+155=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 209 - color contains mainly: green. Hex color #CED19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED19B is #312E64. Grayscale: #CACACA. Windows color (decimal): -3223141 or 10211790. OLE color: 10211790.

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

Color convert

RGB206209155-
CMYK0.0100.260.18
HSL63.33º36.99%71.37%-
HSV(B)63.33º25.84%81.96%-
XYZ54.1761.0939.95-
YUV201.95101.51130.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.14%
GREEN value IS 209 (82.03% from 255) = 36.67%
BLUE value IS 155 (60.94% from 255) = 27.19%
R=36.14%
G=36.67%
B=27.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062091550.0100.260.1863.3336.9971.37
HexCED19B101A123f2547
Octal3163212331032227745107
Binary1100111011010001100110111011010100101111111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED19B; }

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

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

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

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

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

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

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

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