#B1DBA6

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

Shades of Madang #B1DBA6

Tints of Madang #B1DBA6

Color information

#B1DBA6 (or 0xB1DBA6) is unknown color: approx Madang. HEX triplet: B1, DB and A6. RGB value is (177,219,166). Sum of RGB (Red+Green+Blue) = 177+219+166=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 166 (65.23% from 255 or 29.54% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DBA6 is #4E2459. Grayscale: #C8C8C8. Windows color (decimal): -5121114 or 10935217. OLE color: 10935217.

HSL color Cylindrical-coordinate representation of color #B1DBA6: hue angle of 107.55º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1DBA6 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB177219166-
CMYK0.1900.240.14
HSL107.55º42.4%75.49%-
HSV(B)107.55º24.2%85.88%-
XYZ50.3562.7645.54-
YUV200.4108.59111.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.49%
GREEN value IS 219 (85.94% from 255) = 38.97%
BLUE value IS 166 (65.23% from 255) = 29.54%
R=31.49%
G=38.97%
B=29.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772191660.1900.240.14107.5542.475.49
HexB1DBA613018E6c2a4b
Octal261333246230301615452113
Binary10110001110110111010011010011011000111011011001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DBA6; }

 p { color: rgb(177,219,166); }

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

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

 a { background-color: rgb(177,219,166); }

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

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

 span { border-color: rgb(177,219,166); }

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