#ced098

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

Shades of Green Mist #CED098

Tints of Green Mist #CED098

Color information

#CED098 (or 0xCED098) is unknown color: approx Green Mist. HEX triplet: CE, D0 and 98. RGB value is (206,208,152). Sum of RGB (Red+Green+Blue) = 206+208+152=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 208 - color contains mainly: green. Hex color #CED098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED098 is #312F67. Grayscale: #C9C9C9. Windows color (decimal): -3223400 or 10014926. OLE color: 10014926.

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

Color convert

RGB206208152-
CMYK0.0100.270.18
HSL62.14º37.33%70.59%-
HSV(B)62.14º26.92%81.57%-
XYZ53.6860.538.55-
YUV201.02100.34131.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.40%
GREEN value IS 208 (81.64% from 255) = 36.75%
BLUE value IS 152 (59.77% from 255) = 26.86%
R=36.40%
G=36.75%
B=26.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062081520.0100.270.1862.1437.3370.59
HexCED098101B123e2547
Octal3163202301033227645107
Binary1100111011010000100110001011011100101111101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ced098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ced098; }

 p { color: rgb(206,208,152); }

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

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

 a { background-color: rgb(206,208,152); }

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

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

 span { border-color: rgb(206,208,152); }

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