#B8DCAA

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

Shades of Madang #B8DCAA

Tints of Madang #B8DCAA

Color information

#B8DCAA (or 0xB8DCAA) is unknown color: approx Madang. HEX triplet: B8, DC and AA. RGB value is (184,220,170). Sum of RGB (Red+Green+Blue) = 184+220+170=574 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32.06% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DCAA is #472355. Grayscale: #CBCBCB. Windows color (decimal): -4662102 or 11197624. OLE color: 11197624.

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

Color convert

RGB184220170-
CMYK0.1600.230.14
HSL103.2º41.67%76.47%-
HSV(B)103.2º22.73%86.27%-
XYZ52.6264.2847.66-
YUV203.54109.07114.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.06%
GREEN value IS 220 (86.33% from 255) = 38.33%
BLUE value IS 170 (66.80% from 255) = 29.62%
R=32.06%
G=38.33%
B=29.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1842201700.1600.230.14103.241.6776.47
HexB8DCAA10017E672a4c
Octal270334252200271614752114
Binary10111000110111001010101010000010111111011001111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DCAA; }

 p { color: rgb(184,220,170); }

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

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

 a { background-color: rgb(184,220,170); }

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

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

 span { border-color: rgb(184,220,170); }

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