#BBC48F

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

Shades of Green Mist #BBC48F

Tints of Green Mist #BBC48F

Color information

#BBC48F (or 0xBBC48F) is unknown color: approx Green Mist. HEX triplet: BB, C4 and 8F. RGB value is (187,196,143). Sum of RGB (Red+Green+Blue) = 187+196+143=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC48F is #443B70. Grayscale: #BBBBBB. Windows color (decimal): -4471665 or 9422011. OLE color: 9422011.

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

Color convert

RGB187196143-
CMYK0.0500.270.23
HSL70.19º30.99%66.47%-
HSV(B)70.19º27.04%76.86%-
XYZ45.1952.0333.65-
YUV187.27103.02127.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 196 (76.95% from 255) = 37.26%
BLUE value IS 143 (56.25% from 255) = 27.19%
R=35.55%
G=37.26%
B=27.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871961430.0500.270.2370.1930.9966.47
HexBBC48F501B17461f42
Octal27330421750332710637102
Binary101110111100010010001111101011011101111000110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC48F; }

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

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

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

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

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

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

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

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