#B0F392

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

Shades of Madang #B0F392

Tints of Madang #B0F392

Color information

#B0F392 (or 0xB0F392) is unknown color: approx Madang. HEX triplet: B0, F3 and 92. RGB value is (176,243,146). Sum of RGB (Red+Green+Blue) = 176+243+146=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 243 (95.31% from 255 or 43.01% from 565); Blue value is 146 (57.42% from 255 or 25.84% from 565); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F392 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F392 is #4F0C6D. Grayscale: #D4D4D4. Windows color (decimal): -5180526 or 9630640. OLE color: 9630640.

HSL color Cylindrical-coordinate representation of color #B0F392: hue angle of 101.44º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0F392 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB176243146-
CMYK0.2800.400.05
HSL101.44º80.17%76.27%-
HSV(B)101.44º39.92%95.29%-
XYZ55.1475.4138.84-
YUV211.9190.8102.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.15%
GREEN value IS 243 (95.31% from 255) = 43.01%
BLUE value IS 146 (57.42% from 255) = 25.84%
R=31.15%
G=43.01%
B=25.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762431460.2800.400.05101.4480.1776.27
HexB0F3921C028565504c
Octal260363222340505145120114
Binary101100001111001110010010111000101000101110010110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F392; }

 p { color: rgb(176,243,146); }

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

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

 a { background-color: rgb(176,243,146); }

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

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

 span { border-color: rgb(176,243,146); }

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