Html Css Color HEX #BAEDA0 Madang

📋 copy color: '#BAEDA0'

red 186 ◦ green 237 ◦ blue 160

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

Shades of Madang #BAEDA0

Tints of Madang #BAEDA0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.65%

 BLUE value IS 160 (62.89% from 255) = 27.44%

R = 31.9%
G = 40.65%
B = 27.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#BAEDA0 (or 0xBAEDA0) is known color: Madang. HEX triplet: BA, ED and A0. RGB value is (186,237,160). Sum of RGB (Red+Green+Blue) = 186+237+160=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEDA0 is #45125F. Grayscale: #D5D5D5. Windows color (decimal): -4526688 or 10546618. OLE color: 10546618.

HSL color Cylindrical-coordinate representation of color #BAEDA0: hue angle of 99.74º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAEDA0 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 237 160 -
CMYK 0.22 0 0.32 0.07
HSL 99.74º 0.68% 0.78% -
HSV(B) 99.74º 0.32% 0.93% -
XYZ 56.88 73.55 44.46 -
YUV 212.97 98.1 108.76 -
System Red Green Blue C M Y K H S L
Decimal 186 237 160 0.22 0 0.32 0.07 99.74 0.68 0.78
Hex BA ED A0 16 0 20 7 64 44 4E
Octal 272 355 240 26 0 40 7 144 104 116
Binary 10111010 11101101 10100000 10110 0 100000 111 1100100 1000100 1001110

Color Harmonies of #BAEDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDA0

Black with #BAEDA0

Text Example


Text Example

White with #BAEDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDA0; }

 p { color: rgb(186,237,160); }

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

background-color css

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

 a { background-color: rgb(186,237,160); }

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

border-color css

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

 span { border-color: rgb(186,237,160); }

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