Html Css Color HEX #BADBA5 Madang

📋 copy color: '#BADBA5'

red 186 ◦ green 219 ◦ blue 165

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

Shades of Madang #BADBA5

Tints of Madang #BADBA5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.42%

 BLUE value IS 165 (64.84% from 255) = 28.95%

R = 32.63%
G = 38.42%
B = 28.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#BADBA5 (or 0xBADBA5) is known color: Madang. HEX triplet: BA, DB and A5. RGB value is (186,219,165). Sum of RGB (Red+Green+Blue) = 186+219+165=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 165 (64.84% from 255 or 28.95% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADBA5 is #45245A. Grayscale: #CBCBCB. Windows color (decimal): -4531291 or 10869690. OLE color: 10869690.

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

Color convert

RGB 186 219 165 -
CMYK 0.15 0 0.25 0.14
HSL 96.67º 0.43% 0.75% -
HSV(B) 96.67º 0.25% 0.86% -
XYZ 52.37 63.82 45.16 -
YUV 202.98 106.57 115.89 -
System Red Green Blue C M Y K H S L
Decimal 186 219 165 0.15 0 0.25 0.14 96.67 0.43 0.75
Hex BA DB A5 F 0 19 E 61 2B 4B
Octal 272 333 245 17 0 31 16 141 53 113
Binary 10111010 11011011 10100101 1111 0 11001 1110 1100001 101011 1001011

Color Harmonies of #BADBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADBA5

Black with #BADBA5

Text Example


Text Example

White with #BADBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADBA5; }

 p { color: rgb(186,219,165); }

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

background-color css

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

 a { background-color: rgb(186,219,165); }

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

border-color css

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

 span { border-color: rgb(186,219,165); }

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