#B4DC9A

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

Shades of Madang #B4DC9A

Tints of Madang #B4DC9A

Color information

#B4DC9A (or 0xB4DC9A) is unknown color: approx Madang. HEX triplet: B4, DC and 9A. RGB value is (180,220,154). Sum of RGB (Red+Green+Blue) = 180+220+154=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DC9A is #4B2365. Grayscale: #C8C8C8. Windows color (decimal): -4924262 or 10149044. OLE color: 10149044.

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

Color convert

RGB180220154-
CMYK0.1800.30.14
HSL96.36º48.53%73.33%-
HSV(B)96.36º30%86.27%-
XYZ50.2563.2240.13-
YUV200.52101.75113.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.49%
GREEN value IS 220 (86.33% from 255) = 39.71%
BLUE value IS 154 (60.55% from 255) = 27.80%
R=32.49%
G=39.71%
B=27.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802201540.1800.30.1496.3648.5373.33
HexB4DC9A1201EE603149
Octal264334232220361614061111
Binary10110100110111001001101010010011110111011000001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DC9A; }

 p { color: rgb(180,220,154); }

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

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

 a { background-color: rgb(180,220,154); }

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

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

 span { border-color: rgb(180,220,154); }

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