#B0EDA7

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

Shades of Madang #B0EDA7

Tints of Madang #B0EDA7

Color information

#B0EDA7 (or 0xB0EDA7) is unknown color: approx Madang. HEX triplet: B0, ED and A7. RGB value is (176,237,167). Sum of RGB (Red+Green+Blue) = 176+237+167=580 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.34% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 167 (65.62% from 255 or 28.79% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EDA7 is #4F1258. Grayscale: #D3D3D3. Windows color (decimal): -5182041 or 11005360. OLE color: 11005360.

HSL color Cylindrical-coordinate representation of color #B0EDA7: hue angle of 112.29º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0EDA7 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB176237167-
CMYK0.2600.300.07
HSL112.29º66.04%79.22%-
HSV(B)112.29º29.54%92.94%-
XYZ55.1672.5947.66-
YUV210.78103.29103.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.34%
GREEN value IS 237 (92.97% from 255) = 40.86%
BLUE value IS 167 (65.62% from 255) = 28.79%
R=30.34%
G=40.86%
B=28.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762371670.2600.300.07112.2966.0479.22
HexB0EDA71A01E770424f
Octal260355247320367160102117
Binary10110000111011011010011111010011110111111000010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EDA7; }

 p { color: rgb(176,237,167); }

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

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

 a { background-color: rgb(176,237,167); }

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

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

 span { border-color: rgb(176,237,167); }

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