#B0E19B

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

Shades of Madang #B0E19B

Tints of Madang #B0E19B

Color information

#B0E19B (or 0xB0E19B) is unknown color: approx Madang. HEX triplet: B0, E1 and 9B. RGB value is (176,225,155). Sum of RGB (Red+Green+Blue) = 176+225+155=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E19B is #4F1E64. Grayscale: #CACACA. Windows color (decimal): -5185125 or 10215856. OLE color: 10215856.

HSL color Cylindrical-coordinate representation of color #B0E19B: hue angle of 102º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0E19B is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB176225155-
CMYK0.2200.310.12
HSL102º53.85%74.51%-
HSV(B)102º31.11%88.24%-
XYZ50.7565.4540.97-
YUV202.37101.27109.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.65%
GREEN value IS 225 (88.28% from 255) = 40.47%
BLUE value IS 155 (60.94% from 255) = 27.88%
R=31.65%
G=40.47%
B=27.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1762251550.2200.310.1210253.8574.51
HexB0E19B1601FC66364b
Octal260341233260371414666113
Binary10110000111000011001101110110011111110011001101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E19B; }

 p { color: rgb(176,225,155); }

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

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

 a { background-color: rgb(176,225,155); }

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

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

 span { border-color: rgb(176,225,155); }

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