#BBC28C

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

Shades of Green Mist #BBC28C

Tints of Green Mist #BBC28C

Color information

#BBC28C (or 0xBBC28C) is unknown color: approx Green Mist. HEX triplet: BB, C2 and 8C. RGB value is (187,194,140). Sum of RGB (Red+Green+Blue) = 187+194+140=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC28C is #443D73. Grayscale: #B9B9B9. Windows color (decimal): -4472180 or 9224891. OLE color: 9224891.

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

Color convert

RGB187194140-
CMYK0.0400.280.24
HSL67.78º30.68%65.49%-
HSV(B)67.78º27.84%76.08%-
XYZ44.5251.0432.32-
YUV185.75102.18128.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 194 (76.17% from 255) = 37.24%
BLUE value IS 140 (55.08% from 255) = 26.87%
R=35.89%
G=37.24%
B=26.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871941400.0400.280.2467.7830.6865.49
HexBBC28C401C18441f41
Octal27330221440343010437101
Binary101110111100001010001100100011100110001000100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC28C; }

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

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

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

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

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

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

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

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