#C5CF9B

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

Shades of Green Mist #C5CF9B

Tints of Green Mist #C5CF9B

Color information

#C5CF9B (or 0xC5CF9B) is unknown color: approx Green Mist. HEX triplet: C5, CF and 9B. RGB value is (197,207,155). Sum of RGB (Red+Green+Blue) = 197+207+155=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CF9B is #3A3064. Grayscale: #C6C6C6. Windows color (decimal): -3813477 or 10211269. OLE color: 10211269.

HSL color Cylindrical-coordinate representation of color #C5CF9B: hue angle of 71.54º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5CF9B is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB197207155-
CMYK0.0500.250.19
HSL71.54º35.14%70.98%-
HSV(B)71.54º25.12%81.18%-
XYZ51.2658.8639.67-
YUV198.08103.69127.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.24%
GREEN value IS 207 (81.25% from 255) = 37.03%
BLUE value IS 155 (60.94% from 255) = 27.73%
R=35.24%
G=37.03%
B=27.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972071550.0500.250.1971.5435.1470.98
HexC5CF9B501913482347
Octal30531723350312311043107
Binary1100010111001111100110111010110011001110010001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CF9B; }

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

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

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

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

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

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

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

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