Html Css Color HEX #BADCA1 Madang

📋 copy color: '#BADCA1'

red 186 ◦ green 220 ◦ blue 161

#BADCA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madang #BADCA1

Tints of Madang #BADCA1

RGB

 RED value IS 186 (73.05% from 255) = 32.8%

 GREEN value IS 220 (86.33% from 255) = 38.8%

 BLUE value IS 161 (63.28% from 255) = 28.4%

R = 32.8%
G = 38.8%
B = 28.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#BADCA1 (or 0xBADCA1) is known color: 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

RGB 186 220 161 -
CMYK 0.15 0 0.27 0.14
HSL 94.58º 0.46% 0.75% -
HSV(B) 94.58º 0.27% 0.86% -
XYZ 52.28 64.2 43.35 -
YUV 203.11 104.24 115.8 -
System Red Green Blue C M Y K H S L
Decimal 186 220 161 0.15 0 0.27 0.14 94.58 0.46 0.75
Hex BA DC A1 F 0 1B E 5F 2E 4B
Octal 272 334 241 17 0 33 16 137 56 113
Binary 10111010 11011100 10100001 1111 0 11011 1110 1011111 101110 1001011

Color Harmonies of #BADCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCA1

Black with #BADCA1

Text Example


Text Example

White with #BADCA1

Text Example


Text Example

HTML Codes & Css Web 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>