Html Css Color HEX #BADCAA Madang

📋 copy color: '#BADCAA'

red 186 ◦ green 220 ◦ blue 170

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

Shades of Madang #BADCAA

Tints of Madang #BADCAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.51%

R = 32.29%
G = 38.19%
B = 29.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#BADCAA (or 0xBADCAA) is known color: Madang. HEX triplet: BA, DC and AA. RGB value is (186,220,170). Sum of RGB (Red+Green+Blue) = 186+220+170=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADCAA is #452355. Grayscale: #CCCCCC. Windows color (decimal): -4531030 or 11197626. OLE color: 11197626.

HSL color Cylindrical-coordinate representation of color #BADCAA: hue angle of 100.8º 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 #BADCAA is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 220 170 -
CMYK 0.15 0 0.23 0.14
HSL 100.8º 0.42% 0.76% -
HSV(B) 100.8º 0.23% 0.86% -
XYZ 53.1 64.53 47.69 -
YUV 204.13 108.74 115.07 -
System Red Green Blue C M Y K H S L
Decimal 186 220 170 0.15 0 0.23 0.14 100.8 0.42 0.76
Hex BA DC AA F 0 17 E 65 2A 4C
Octal 272 334 252 17 0 27 16 145 52 114
Binary 10111010 11011100 10101010 1111 0 10111 1110 1100101 101010 1001100

Color Harmonies of #BADCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCAA

Black with #BADCAA

Text Example


Text Example

White with #BADCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCAA; }

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

 H1.HeaderClassName
 {
   color: #BADCAA;
 }
 .AnyTagClassName
 {
   color: #BADCAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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