#BADCA1

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

Shades of Madang #BADCA1

Tints of Madang #BADCA1

Color information

#BADCA1 (or 0xBADCA1) is unknown color: approx Madang. HEX triplet: BA, DC and A1. RGB value is (186,220,161). Sum of RGB (Red+Green+Blue) = 186+220+161=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 161 (63.28% from 255 or 28.40% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADCA1 is #45235E. Grayscale: #CBCBCB. Windows color (decimal): -4531039 or 10607802. OLE color: 10607802.

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

Color convert

RGB186220161-
CMYK0.1500.270.14
HSL94.58º45.74%74.71%-
HSV(B)94.58º26.82%86.27%-
XYZ52.2864.243.35-
YUV203.11104.24115.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.80%
GREEN value IS 220 (86.33% from 255) = 38.80%
BLUE value IS 161 (63.28% from 255) = 28.40%
R=32.80%
G=38.80%
B=28.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862201610.1500.270.1494.5845.7474.71
HexBADCA1F01BE5f2e4b
Octal272334241170331613756113
Binary1011101011011100101000011111011011111010111111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCA1; }

 p { color: rgb(186,220,161); }

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

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

 a { background-color: rgb(186,220,161); }

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

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

 span { border-color: rgb(186,220,161); }

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