#B1F996

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

Shades of Madang #B1F996

Tints of Madang #B1F996

Color information

#B1F996 (or 0xB1F996) is unknown color: approx Madang. HEX triplet: B1, F9 and 96. RGB value is (177,249,150). Sum of RGB (Red+Green+Blue) = 177+249+150=576 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.73% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 150 (58.98% from 255 or 26.04% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F996 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F996 is #4E0669. Grayscale: #D8D8D8. Windows color (decimal): -5113450 or 9894321. OLE color: 9894321.

HSL color Cylindrical-coordinate representation of color #B1F996: hue angle of 103.64º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1F996 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB177249150-
CMYK0.2900.400.02
HSL103.64º89.19%78.24%-
HSV(B)103.64º39.76%97.65%-
XYZ57.5179.341.13-
YUV216.1990.65100.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.73%
GREEN value IS 249 (97.66% from 255) = 43.23%
BLUE value IS 150 (58.98% from 255) = 26.04%
R=30.73%
G=43.23%
B=26.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772491500.2900.400.02103.6489.1978.24
HexB1F9961D028268594e
Octal261371226350502150131116
Binary10110001111110011001011011101010100010110100010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F996; }

 p { color: rgb(177,249,150); }

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

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

 a { background-color: rgb(177,249,150); }

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

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

 span { border-color: rgb(177,249,150); }

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