#BBF294

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

Shades of Madang #BBF294

Tints of Madang #BBF294

Color information

#BBF294 (or 0xBBF294) is unknown color: approx Madang. HEX triplet: BB, F2 and 94. RGB value is (187,242,148). Sum of RGB (Red+Green+Blue) = 187+242+148=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF294 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF294 is #440D6B. Grayscale: #D7D7D7. Windows color (decimal): -4459884 or 9761467. OLE color: 9761467.

HSL color Cylindrical-coordinate representation of color #BBF294: hue angle of 95.11º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBF294 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB187242148-
CMYK0.2300.390.05
HSL95.11º78.33%76.47%-
HSV(B)95.11º38.84%94.9%-
XYZ57.5976.2139.69-
YUV214.8490.28108.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.41%
GREEN value IS 242 (94.92% from 255) = 41.94%
BLUE value IS 148 (58.20% from 255) = 25.65%
R=32.41%
G=41.94%
B=25.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872421480.2300.390.0595.1178.3376.47
HexBBF2941702755f4e4c
Octal273362224270475137116114
Binary101110111111001010010100101110100111101101111110011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF294; }

 p { color: rgb(187,242,148); }

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

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

 a { background-color: rgb(187,242,148); }

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

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

 span { border-color: rgb(187,242,148); }

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