Html Css Color HEX #BADEA4 Madang

📋 copy color: '#BADEA4'

red 186 ◦ green 222 ◦ blue 164

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

Shades of Madang #BADEA4

Tints of Madang #BADEA4

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.81%

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

R = 32.52%
G = 38.81%
B = 28.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#BADEA4 (or 0xBADEA4) is known color: Madang. HEX triplet: BA, DE and A4. RGB value is (186,222,164). Sum of RGB (Red+Green+Blue) = 186+222+164=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 164 (64.45% from 255 or 28.67% from 572); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADEA4 is #45215B. Grayscale: #CCCCCC. Windows color (decimal): -4530524 or 10804922. OLE color: 10804922.

HSL color Cylindrical-coordinate representation of color #BADEA4: hue angle of 97.24º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BADEA4 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 222 164 -
CMYK 0.16 0 0.26 0.13
HSL 97.24º 0.47% 0.76% -
HSV(B) 97.24º 0.26% 0.87% -
XYZ 53.07 65.36 44.94 -
YUV 204.62 105.07 114.72 -
System Red Green Blue C M Y K H S L
Decimal 186 222 164 0.16 0 0.26 0.13 97.24 0.47 0.76
Hex BA DE A4 10 0 1A D 61 2F 4C
Octal 272 336 244 20 0 32 15 141 57 114
Binary 10111010 11011110 10100100 10000 0 11010 1101 1100001 101111 1001100

Color Harmonies of #BADEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEA4

Black with #BADEA4

Text Example


Text Example

White with #BADEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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