#BBC48B

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

Shades of Green Mist #BBC48B

Tints of Green Mist #BBC48B

Color information

#BBC48B (or 0xBBC48B) is unknown color: approx Green Mist. HEX triplet: BB, C4 and 8B. RGB value is (187,196,139). Sum of RGB (Red+Green+Blue) = 187+196+139=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC48B is #443B74. Grayscale: #BBBBBB. Windows color (decimal): -4471669 or 9159867. OLE color: 9159867.

HSL color Cylindrical-coordinate representation of color #BBC48B: hue angle of 69.47º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBC48B is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB187196139-
CMYK0.0500.290.23
HSL69.47º32.57%65.69%-
HSV(B)69.47º29.08%76.86%-
XYZ44.8951.9132.08-
YUV186.81101.02128.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.82%
GREEN value IS 196 (76.95% from 255) = 37.55%
BLUE value IS 139 (54.69% from 255) = 26.63%
R=35.82%
G=37.55%
B=26.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871961390.0500.290.2369.4732.5765.69
HexBBC48B501D17452142
Octal27330421350352710541102
Binary1011101111000100100010111010111011011110001011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC48B; }

 p { color: rgb(187,196,139); }

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

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

 a { background-color: rgb(187,196,139); }

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

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

 span { border-color: rgb(187,196,139); }

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