#CBD29D

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

Shades of Green Mist #CBD29D

Tints of Green Mist #CBD29D

Color information

#CBD29D (or 0xCBD29D) is unknown color: approx Green Mist. HEX triplet: CB, D2 and 9D. RGB value is (203,210,157). Sum of RGB (Red+Green+Blue) = 203+210+157=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD29D is #342D62. Grayscale: #CACACA. Windows color (decimal): -3419491 or 10343115. OLE color: 10343115.

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

Color convert

RGB203210157-
CMYK0.0300.250.18
HSL67.92º37.06%71.96%-
HSV(B)67.92º25.24%82.35%-
XYZ53.7661.2240.88-
YUV201.86102.68128.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.61%
GREEN value IS 210 (82.42% from 255) = 36.84%
BLUE value IS 157 (61.72% from 255) = 27.54%
R=35.61%
G=36.84%
B=27.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032101570.0300.250.1867.9237.0671.96
HexCBD29D301912442548
Octal31332223530312210445110
Binary110010111101001010011101110110011001010001001001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD29D; }

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

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

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

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

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

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

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

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