#B0D59D

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

Shades of Madang #B0D59D

Tints of Madang #B0D59D

Color information

#B0D59D (or 0xB0D59D) is unknown color: approx Madang. HEX triplet: B0, D5 and 9D. RGB value is (176,213,157). Sum of RGB (Red+Green+Blue) = 176+213+157=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D59D is #4F2A62. Grayscale: #C3C3C3. Windows color (decimal): -5188195 or 10343856. OLE color: 10343856.

HSL color Cylindrical-coordinate representation of color #B0D59D: hue angle of 99.64º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0D59D is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB176213157-
CMYK0.1700.260.16
HSL99.64º40%72.55%-
HSV(B)99.64º26.29%83.53%-
XYZ47.7859.2540.82-
YUV195.55106.24114.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.23%
GREEN value IS 213 (83.59% from 255) = 39.01%
BLUE value IS 157 (61.72% from 255) = 28.75%
R=32.23%
G=39.01%
B=28.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762131570.1700.260.1699.644072.55
HexB0D59D1101A10642849
Octal260325235210322014450111
Binary101100001101010110011101100010110101000011001001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D59D; }

 p { color: rgb(176,213,157); }

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

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

 a { background-color: rgb(176,213,157); }

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

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

 span { border-color: rgb(176,213,157); }

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