#B0F893

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

Shades of Madang #B0F893

Tints of Madang #B0F893

Color information

#B0F893 (or 0xB0F893) is unknown color: approx Madang. HEX triplet: B0, F8 and 93. RGB value is (176,248,147). Sum of RGB (Red+Green+Blue) = 176+248+147=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 248 (97.27% from 255 or 43.43% from 571); Blue value is 147 (57.81% from 255 or 25.74% from 571); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F893 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F893 is #4F076C. Grayscale: #D7D7D7. Windows color (decimal): -5179245 or 9697456. OLE color: 9697456.

HSL color Cylindrical-coordinate representation of color #B0F893: hue angle of 102.77º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0F893 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB176248147-
CMYK0.2900.410.03
HSL102.77º87.83%77.45%-
HSV(B)102.77º40.73%97.25%-
XYZ56.7478.4739.76-
YUV214.9689.65100.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.82%
GREEN value IS 248 (97.27% from 255) = 43.43%
BLUE value IS 147 (57.81% from 255) = 25.74%
R=30.82%
G=43.43%
B=25.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762481470.2900.410.03102.7787.8377.45
HexB0F8931D029367584d
Octal260370223350513147130115
Binary10110000111110001001001111101010100111110011110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F893; }

 p { color: rgb(176,248,147); }

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

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

 a { background-color: rgb(176,248,147); }

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

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

 span { border-color: rgb(176,248,147); }

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