#B0EDA8

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

Shades of Madang #B0EDA8

Tints of Madang #B0EDA8

Color information

#B0EDA8 (or 0xB0EDA8) is unknown color: approx Madang. HEX triplet: B0, ED and A8. RGB value is (176,237,168). Sum of RGB (Red+Green+Blue) = 176+237+168=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 168 (66.02% from 255 or 28.92% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EDA8 is #4F1257. Grayscale: #D3D3D3. Windows color (decimal): -5182040 or 11070896. OLE color: 11070896.

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

Color convert

RGB176237168-
CMYK0.2600.290.07
HSL113.04º65.71%79.41%-
HSV(B)113.04º29.11%92.94%-
XYZ55.2672.6348.15-
YUV210.9103.79103.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.29%
GREEN value IS 237 (92.97% from 255) = 40.79%
BLUE value IS 168 (66.02% from 255) = 28.92%
R=30.29%
G=40.79%
B=28.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762371680.2600.290.07113.0465.7179.41
HexB0EDA81A01D771424f
Octal260355250320357161102117
Binary10110000111011011010100011010011101111111000110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EDA8; }

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

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

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

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

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

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

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

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