#BBC29C

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

Shades of Green Mist #BBC29C

Tints of Green Mist #BBC29C

Color information

#BBC29C (or 0xBBC29C) is unknown color: approx Green Mist. HEX triplet: BB, C2 and 9C. RGB value is (187,194,156). Sum of RGB (Red+Green+Blue) = 187+194+156=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC29C is #443D63. Grayscale: #BBBBBB. Windows color (decimal): -4472164 or 10273467. OLE color: 10273467.

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

Color convert

RGB187194156-
CMYK0.0400.200.24
HSL71.05º23.75%68.63%-
HSV(B)71.05º19.59%76.08%-
XYZ45.7951.5538.99-
YUV187.58110.18127.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 194 (76.17% from 255) = 36.13%
BLUE value IS 156 (61.33% from 255) = 29.05%
R=34.82%
G=36.13%
B=29.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871941560.0400.200.2471.0523.7568.63
HexBBC29C401418471845
Octal27330223440243010730105
Binary101110111100001010011100100010100110001000111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC29C; }

 p { color: rgb(187,194,156); }

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

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

 a { background-color: rgb(187,194,156); }

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

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

 span { border-color: rgb(187,194,156); }

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