#C5CD9B

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

Shades of Green Mist #C5CD9B

Tints of Green Mist #C5CD9B

Color information

#C5CD9B (or 0xC5CD9B) is unknown color: approx Green Mist. HEX triplet: C5, CD and 9B. RGB value is (197,205,155). Sum of RGB (Red+Green+Blue) = 197+205+155=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CD9B is #3A3264. Grayscale: #C5C5C5. Windows color (decimal): -3813989 or 10210757. OLE color: 10210757.

HSL color Cylindrical-coordinate representation of color #C5CD9B: hue angle of 69.6º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5CD9B is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB197205155-
CMYK0.0400.240.20
HSL69.6º33.33%70.59%-
HSV(B)69.6º24.39%80.39%-
XYZ50.7757.939.51-
YUV196.91104.35128.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.37%
GREEN value IS 205 (80.47% from 255) = 36.80%
BLUE value IS 155 (60.94% from 255) = 27.83%
R=35.37%
G=36.80%
B=27.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1972051550.0400.240.2069.633.3370.59
HexC5CD9B401814462147
Octal30531523340302410641107
Binary1100010111001101100110111000110001010010001101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CD9B; }

 p { color: rgb(197,205,155); }

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

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

 a { background-color: rgb(197,205,155); }

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

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

 span { border-color: rgb(197,205,155); }

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