#B0E996

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

Shades of Madang #B0E996

Tints of Madang #B0E996

Color information

#B0E996 (or 0xB0E996) is unknown color: approx Madang. HEX triplet: B0, E9 and 96. RGB value is (176,233,150). Sum of RGB (Red+Green+Blue) = 176+233+150=559 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.48% from 559); Green value is 233 (91.41% from 255 or 41.68% from 559); Blue value is 150 (58.98% from 255 or 26.83% from 559); Max value from RGB is 233 - color contains mainly: green. Hex color #B0E996 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0E996 is #4F1669. Grayscale: #CECECE. Windows color (decimal): -5183082 or 9890224. OLE color: 9890224.

HSL color Cylindrical-coordinate representation of color #B0E996: hue angle of 101.2º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0E996 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB176233150-
CMYK0.2400.360.09
HSL101.2º65.35%75.1%-
HSV(B)101.2º35.62%91.37%-
XYZ52.5569.7139.54-
YUV206.4996.12106.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.48%
GREEN value IS 233 (91.41% from 255) = 41.68%
BLUE value IS 150 (58.98% from 255) = 26.83%
R=31.48%
G=41.68%
B=26.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1762331500.2400.360.09101.265.3575.1
HexB0E99618024965414b
Octal2603512263004411145101113
Binary1011000011101001100101101100001001001001110010110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E996; }

 p { color: rgb(176,233,150); }

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

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

 a { background-color: rgb(176,233,150); }

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

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

 span { border-color: rgb(176,233,150); }

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