#B0EBA6

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

Shades of Madang #B0EBA6

Tints of Madang #B0EBA6

Color information

#B0EBA6 (or 0xB0EBA6) is unknown color: approx Madang. HEX triplet: B0, EB and A6. RGB value is (176,235,166). Sum of RGB (Red+Green+Blue) = 176+235+166=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 166 (65.23% from 255 or 28.77% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EBA6 is #4F1459. Grayscale: #D1D1D1. Windows color (decimal): -5182554 or 10939312. OLE color: 10939312.

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

Color convert

RGB176235166-
CMYK0.2500.290.08
HSL111.3º63.3%78.63%-
HSV(B)111.3º29.36%92.16%-
XYZ54.571.446.99-
YUV209.49103.45104.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.50%
GREEN value IS 235 (92.19% from 255) = 40.73%
BLUE value IS 166 (65.23% from 255) = 28.77%
R=30.50%
G=40.73%
B=28.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762351660.2500.290.08111.363.378.63
HexB0EBA61901D86f3f4f
Octal260353246310351015777117
Binary10110000111010111010011011001011101100011011111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EBA6; }

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

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

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

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

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

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

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

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