#BBC39B

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

Shades of Green Mist #BBC39B

Tints of Green Mist #BBC39B

Color information

#BBC39B (or 0xBBC39B) is unknown color: approx Green Mist. HEX triplet: BB, C3 and 9B. RGB value is (187,195,155). Sum of RGB (Red+Green+Blue) = 187+195+155=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC39B is #443C64. Grayscale: #BCBCBC. Windows color (decimal): -4471909 or 10208187. OLE color: 10208187.

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

Color convert

RGB187195155-
CMYK0.0400.210.24
HSL72º25%68.63%-
HSV(B)72º20.51%76.47%-
XYZ45.9351.9638.62-
YUV188.05109.35127.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 195 (76.56% from 255) = 36.31%
BLUE value IS 155 (60.94% from 255) = 28.86%
R=34.82%
G=36.31%
B=28.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871951550.0400.210.24722568.63
HexBBC39B401518481945
Octal27330323340253011031105
Binary101110111100001110011011100010101110001001000110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC39B; }

 p { color: rgb(187,195,155); }

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

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

 a { background-color: rgb(187,195,155); }

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

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

 span { border-color: rgb(187,195,155); }

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