#B0EB95

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

Shades of Madang #B0EB95

Tints of Madang #B0EB95

Color information

#B0EB95 (or 0xB0EB95) is unknown color: approx Madang. HEX triplet: B0, EB and 95. RGB value is (176,235,149). Sum of RGB (Red+Green+Blue) = 176+235+149=560 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.43% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EB95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EB95 is #4F146A. Grayscale: #CFCFCF. Windows color (decimal): -5182571 or 9825200. OLE color: 9825200.

HSL color Cylindrical-coordinate representation of color #B0EB95: hue angle of 101.16º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0EB95 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB176235149-
CMYK0.2500.370.08
HSL101.16º68.25%75.29%-
HSV(B)101.16º36.6%92.16%-
XYZ53.0470.8239.31-
YUV207.5594.95105.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.43%
GREEN value IS 235 (92.19% from 255) = 41.96%
BLUE value IS 149 (58.59% from 255) = 26.61%
R=31.43%
G=41.96%
B=26.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762351490.2500.370.08101.1668.2575.29
HexB0EB9519025865444b
Octal2603532253104510145104113
Binary1011000011101011100101011100101001011000110010110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EB95; }

 p { color: rgb(176,235,149); }

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

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

 a { background-color: rgb(176,235,149); }

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

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

 span { border-color: rgb(176,235,149); }

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