#B0FBA2

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

Shades of Madang #B0FBA2

Tints of Madang #B0FBA2

Color information

#B0FBA2 (or 0xB0FBA2) is unknown color: approx Madang. HEX triplet: B0, FB and A2. RGB value is (176,251,162). Sum of RGB (Red+Green+Blue) = 176+251+162=589 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.88% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 162 (63.67% from 255 or 27.50% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FBA2 is #4F045D. Grayscale: #DADADA. Windows color (decimal): -5178462 or 10681264. OLE color: 10681264.

HSL color Cylindrical-coordinate representation of color #B0FBA2: hue angle of 110.56º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0FBA2 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB176251162-
CMYK0.3000.350.02
HSL110.56º91.75%80.98%-
HSV(B)110.56º35.46%98.43%-
XYZ58.9280.8346.68-
YUV218.4396.1597.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.88%
GREEN value IS 251 (98.44% from 255) = 42.61%
BLUE value IS 162 (63.67% from 255) = 27.50%
R=29.88%
G=42.61%
B=27.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762511620.3000.350.02110.5691.7580.98
HexB0FBA21E02326f5c51
Octal260373242360432157134121
Binary10110000111110111010001011110010001110110111110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FBA2; }

 p { color: rgb(176,251,162); }

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

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

 a { background-color: rgb(176,251,162); }

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

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

 span { border-color: rgb(176,251,162); }

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