#B2DBAA

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

Shades of Madang #B2DBAA

Tints of Madang #B2DBAA

Color information

#B2DBAA (or 0xB2DBAA) is unknown color: approx Madang. HEX triplet: B2, DB and AA. RGB value is (178,219,170). Sum of RGB (Red+Green+Blue) = 178+219+170=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DBAA is #4D2455. Grayscale: #C9C9C9. Windows color (decimal): -5055574 or 11197362. OLE color: 11197362.

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

Color convert

RGB178219170-
CMYK0.1900.220.14
HSL110.2º40.5%76.27%-
HSV(B)110.2º22.37%85.88%-
XYZ50.9563.0347.51-
YUV201.16110.42111.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.39%
GREEN value IS 219 (85.94% from 255) = 38.62%
BLUE value IS 170 (66.80% from 255) = 29.98%
R=31.39%
G=38.62%
B=29.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782191700.1900.220.14110.240.576.27
HexB2DBAA13016E6e284c
Octal262333252230261615650114
Binary10110010110110111010101010011010110111011011101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DBAA; }

 p { color: rgb(178,219,170); }

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

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

 a { background-color: rgb(178,219,170); }

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

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

 span { border-color: rgb(178,219,170); }

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