#B2D2A7

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

Shades of Madang #B2D2A7

Tints of Madang #B2D2A7

Color information

#B2D2A7 (or 0xB2D2A7) is unknown color: approx Madang. HEX triplet: B2, D2 and A7. RGB value is (178,210,167). Sum of RGB (Red+Green+Blue) = 178+210+167=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 167 (65.62% from 255 or 30.09% from 555); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D2A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D2A7 is #4D2D58. Grayscale: #C3C3C3. Windows color (decimal): -5057881 or 10998450. OLE color: 10998450.

HSL color Cylindrical-coordinate representation of color #B2D2A7: hue angle of 104.65º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2D2A7 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB178210167-
CMYK0.1500.200.18
HSL104.65º32.33%73.92%-
HSV(B)104.65º20.48%82.35%-
XYZ48.3858.3545.27-
YUV195.53111.9115.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.07%
GREEN value IS 210 (82.42% from 255) = 37.84%
BLUE value IS 167 (65.62% from 255) = 30.09%
R=32.07%
G=37.84%
B=30.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1782101670.1500.200.18104.6532.3373.92
HexB2D2A7F0141269204a
Octal262322247170242215140112
Binary10110010110100101010011111110101001001011010011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D2A7; }

 p { color: rgb(178,210,167); }

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

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

 a { background-color: rgb(178,210,167); }

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

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

 span { border-color: rgb(178,210,167); }

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