Html Css Color HEX #BADBA4 Madang

📋 copy color: '#BADBA4'

red 186 ◦ green 219 ◦ blue 164

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

Shades of Madang #BADBA4

Tints of Madang #BADBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 28.82%

R = 32.69%
G = 38.49%
B = 28.82%

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

#BADBA4 (or 0xBADBA4) is known color: Madang. HEX triplet: BA, DB and A4. RGB value is (186,219,164). Sum of RGB (Red+Green+Blue) = 186+219+164=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 164 (64.45% from 255 or 28.82% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADBA4 is #45245B. Grayscale: #CBCBCB. Windows color (decimal): -4531292 or 10804154. OLE color: 10804154.

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

Color convert

RGB 186 219 164 -
CMYK 0.15 0 0.25 0.14
HSL 96º 0.43% 0.75% -
HSV(B) 96º 0.25% 0.86% -
XYZ 52.28 63.78 44.68 -
YUV 202.86 106.07 115.97 -
System Red Green Blue C M Y K H S L
Decimal 186 219 164 0.15 0 0.25 0.14 96 0.43 0.75
Hex BA DB A4 F 0 19 E 60 2B 4B
Octal 272 333 244 17 0 31 16 140 53 113
Binary 10111010 11011011 10100100 1111 0 11001 1110 1100000 101011 1001011

Color Harmonies of #BADBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADBA4

Black with #BADBA4

Text Example


Text Example

White with #BADBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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