#CBD29C

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

Shades of Green Mist #CBD29C

Tints of Green Mist #CBD29C

Color information

#CBD29C (or 0xCBD29C) is unknown color: approx Green Mist. HEX triplet: CB, D2 and 9C. RGB value is (203,210,156). Sum of RGB (Red+Green+Blue) = 203+210+156=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD29C is #342D63. Grayscale: #C9C9C9. Windows color (decimal): -3419492 or 10277579. OLE color: 10277579.

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

Color convert

RGB203210156-
CMYK0.0300.260.18
HSL67.78º37.5%71.76%-
HSV(B)67.78º25.71%82.35%-
XYZ53.6861.1940.43-
YUV201.75102.18128.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 210 (82.42% from 255) = 36.91%
BLUE value IS 156 (61.33% from 255) = 27.42%
R=35.68%
G=36.91%
B=27.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032101560.0300.260.1867.7837.571.76
HexCBD29C301A12442648
Octal31332223430322210446110
Binary110010111101001010011100110110101001010001001001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD29C; }

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

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

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

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

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

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

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

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