#B0E395

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

Shades of Madang #B0E395

Tints of Madang #B0E395

Color information

#B0E395 (or 0xB0E395) is unknown color: approx Madang. HEX triplet: B0, E3 and 95. RGB value is (176,227,149). Sum of RGB (Red+Green+Blue) = 176+227+149=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 227 (89.06% from 255 or 41.12% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E395 is #4F1C6A. Grayscale: #CBCBCB. Windows color (decimal): -5184619 or 9823152. OLE color: 9823152.

HSL color Cylindrical-coordinate representation of color #B0E395: hue angle of 99.23º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0E395 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB176227149-
CMYK0.2200.340.11
HSL99.23º58.21%73.73%-
HSV(B)99.23º34.36%89.02%-
XYZ50.866.3438.56-
YUV202.8697.6108.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.88%
GREEN value IS 227 (89.06% from 255) = 41.12%
BLUE value IS 149 (58.59% from 255) = 26.99%
R=31.88%
G=41.12%
B=26.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1762271490.2200.340.1199.2358.2173.73
HexB0E39516022B633a4a
Octal260343225260421314372112
Binary101100001110001110010101101100100010101111000111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E395; }

 p { color: rgb(176,227,149); }

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

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

 a { background-color: rgb(176,227,149); }

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

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

 span { border-color: rgb(176,227,149); }

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