#B0F1A3

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

Shades of Madang #B0F1A3

Tints of Madang #B0F1A3

Color information

#B0F1A3 (or 0xB0F1A3) is unknown color: approx Madang. HEX triplet: B0, F1 and A3. RGB value is (176,241,163). Sum of RGB (Red+Green+Blue) = 176+241+163=580 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.34% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 163 (64.06% from 255 or 28.10% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F1A3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F1A3 is #4F0E5C. Grayscale: #D4D4D4. Windows color (decimal): -5181021 or 10744240. OLE color: 10744240.

HSL color Cylindrical-coordinate representation of color #B0F1A3: hue angle of 110º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0F1A3 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB176241163-
CMYK0.2700.320.05
HSL110º73.58%79.22%-
HSV(B)110º32.37%94.51%-
XYZ55.9774.7946.14-
YUV212.6799.97101.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.34%
GREEN value IS 241 (94.53% from 255) = 41.55%
BLUE value IS 163 (64.06% from 255) = 28.10%
R=30.34%
G=41.55%
B=28.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762411630.2700.320.0511073.5879.22
HexB0F1A31B02056e4a4f
Octal260361243330405156112117
Binary101100001111000110100011110110100000101110111010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F1A3; }

 p { color: rgb(176,241,163); }

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

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

 a { background-color: rgb(176,241,163); }

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

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

 span { border-color: rgb(176,241,163); }

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