#B5DB9B

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

Shades of Madang #B5DB9B

Tints of Madang #B5DB9B

Color information

#B5DB9B (or 0xB5DB9B) is unknown color: approx Madang. HEX triplet: B5, DB and 9B. RGB value is (181,219,155). Sum of RGB (Red+Green+Blue) = 181+219+155=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DB9B is #4A2464. Grayscale: #C8C8C8. Windows color (decimal): -4858981 or 10214325. OLE color: 10214325.

HSL color Cylindrical-coordinate representation of color #B5DB9B: hue angle of 95.62º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5DB9B is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB181219155-
CMYK0.1700.290.14
HSL95.62º47.06%73.33%-
HSV(B)95.62º29.22%85.88%-
XYZ50.362.8540.49-
YUV200.34102.41114.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.61%
GREEN value IS 219 (85.94% from 255) = 39.46%
BLUE value IS 155 (60.94% from 255) = 27.93%
R=32.61%
G=39.46%
B=27.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812191550.1700.290.1495.6247.0673.33
HexB5DB9B1101DE602f49
Octal265333233210351614057111
Binary10110101110110111001101110001011101111011000001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DB9B; }

 p { color: rgb(181,219,155); }

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

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

 a { background-color: rgb(181,219,155); }

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

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

 span { border-color: rgb(181,219,155); }

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