#CBD49D

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

Shades of Green Mist #CBD49D

Tints of Green Mist #CBD49D

Color information

#CBD49D (or 0xCBD49D) is unknown color: approx Green Mist. HEX triplet: CB, D4 and 9D. RGB value is (203,212,157). Sum of RGB (Red+Green+Blue) = 203+212+157=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 157 (61.72% from 255 or 27.45% from 572); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD49D is #342B62. Grayscale: #CBCBCB. Windows color (decimal): -3418979 or 10343627. OLE color: 10343627.

HSL color Cylindrical-coordinate representation of color #CBD49D: hue angle of 69.82º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBD49D is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB203212157-
CMYK0.0400.260.17
HSL69.82º39.01%72.35%-
HSV(B)69.82º25.94%83.14%-
XYZ54.2662.2241.05-
YUV203.04102.02127.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.49%
GREEN value IS 212 (83.20% from 255) = 37.06%
BLUE value IS 157 (61.72% from 255) = 27.45%
R=35.49%
G=37.06%
B=27.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2032121570.0400.260.1769.8239.0172.35
HexCBD49D401A11462748
Octal31332423540322110647110
Binary1100101111010100100111011000110101000110001101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD49D; }

 p { color: rgb(203,212,157); }

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

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

 a { background-color: rgb(203,212,157); }

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

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

 span { border-color: rgb(203,212,157); }

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