#B0E3A0

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

Shades of Madang #B0E3A0

Tints of Madang #B0E3A0

Color information

#B0E3A0 (or 0xB0E3A0) is unknown color: approx Madang. HEX triplet: B0, E3 and A0. RGB value is (176,227,160). Sum of RGB (Red+Green+Blue) = 176+227+160=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 227 (89.06% from 255 or 40.32% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E3A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E3A0 is #4F1C5F. Grayscale: #CCCCCC. Windows color (decimal): -5184608 or 10544048. OLE color: 10544048.

HSL color Cylindrical-coordinate representation of color #B0E3A0: hue angle of 105.67º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0E3A0 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB176227160-
CMYK0.2200.300.11
HSL105.67º54.47%75.88%-
HSV(B)105.67º29.52%89.02%-
XYZ51.7266.7143.41-
YUV204.11103.1107.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.26%
GREEN value IS 227 (89.06% from 255) = 40.32%
BLUE value IS 160 (62.89% from 255) = 28.42%
R=31.26%
G=40.32%
B=28.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1762271600.2200.300.11105.6754.4775.88
HexB0E3A01601EB6a364c
Octal260343240260361315266114
Binary10110000111000111010000010110011110101111010101101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E3A0; }

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

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

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

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

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

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

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

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