#BBF196

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

Shades of Madang #BBF196

Tints of Madang #BBF196

Color information

#BBF196 (or 0xBBF196) is unknown color: approx Madang. HEX triplet: BB, F1 and 96. RGB value is (187,241,150). Sum of RGB (Red+Green+Blue) = 187+241+150=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 150 (58.98% from 255 or 25.95% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF196 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF196 is #440E69. Grayscale: #D6D6D6. Windows color (decimal): -4460138 or 9892283. OLE color: 9892283.

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

Color convert

RGB187241150-
CMYK0.2200.380.05
HSL95.6º76.47%76.67%-
HSV(B)95.6º37.76%94.51%-
XYZ57.4575.6840.43-
YUV214.4891.61108.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 241 (94.53% from 255) = 41.70%
BLUE value IS 150 (58.98% from 255) = 25.95%
R=32.35%
G=41.70%
B=25.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872411500.2200.380.0595.676.4776.67
HexBBF196160265604c4d
Octal273361226260465140114115
Binary101110111111000110010110101100100110101110000010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF196; }

 p { color: rgb(187,241,150); }

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

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

 a { background-color: rgb(187,241,150); }

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

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

 span { border-color: rgb(187,241,150); }

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