Html Css Color HEX #BADAA4 Madang

📋 copy color: '#BADAA4'

red 186 ◦ green 218 ◦ blue 164

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

Shades of Madang #BADAA4

Tints of Madang #BADAA4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.38%

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

R = 32.75%
G = 38.38%
B = 28.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#BADAA4 (or 0xBADAA4) is known color: Madang. HEX triplet: BA, DA and A4. RGB value is (186,218,164). Sum of RGB (Red+Green+Blue) = 186+218+164=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 164 (64.45% from 255 or 28.87% from 568); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADAA4 is #45255B. Grayscale: #CACACA. Windows color (decimal): -4531548 or 10803898. OLE color: 10803898.

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

Color convert

RGB 186 218 164 -
CMYK 0.15 0 0.25 0.15
HSL 95.56º 0.42% 0.75% -
HSV(B) 95.56º 0.25% 0.85% -
XYZ 52.02 63.26 44.59 -
YUV 202.28 106.4 116.39 -
System Red Green Blue C M Y K H S L
Decimal 186 218 164 0.15 0 0.25 0.15 95.56 0.42 0.75
Hex BA DA A4 F 0 19 F 60 2A 4B
Octal 272 332 244 17 0 31 17 140 52 113
Binary 10111010 11011010 10100100 1111 0 11001 1111 1100000 101010 1001011

Color Harmonies of #BADAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADAA4

Black with #BADAA4

Text Example


Text Example

White with #BADAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADAA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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