Html Css Color HEX #BAEA94 Madang

📋 copy color: '#BAEA94'

red 186 ◦ green 234 ◦ blue 148

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

Shades of Madang #BAEA94

Tints of Madang #BAEA94

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.2%

 BLUE value IS 148 (58.2% from 255) = 26.06%

R = 32.75%
G = 41.2%
B = 26.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#BAEA94 (or 0xBAEA94) is known color: Madang. HEX triplet: BA, EA and 94. RGB value is (186,234,148). Sum of RGB (Red+Green+Blue) = 186+234+148=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEA94 is #45156B. Grayscale: #D2D2D2. Windows color (decimal): -4527468 or 9759418. OLE color: 9759418.

HSL color Cylindrical-coordinate representation of color #BAEA94: hue angle of 93.49º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAEA94 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 148 -
CMYK 0.21 0 0.37 0.08
HSL 93.49º 0.67% 0.75% -
HSV(B) 93.49º 0.37% 0.92% -
XYZ 55.02 71.42 38.9 -
YUV 209.84 93.1 110.99 -
System Red Green Blue C M Y K H S L
Decimal 186 234 148 0.21 0 0.37 0.08 93.49 0.67 0.75
Hex BA EA 94 15 0 25 8 5D 43 4B
Octal 272 352 224 25 0 45 10 135 103 113
Binary 10111010 11101010 10010100 10101 0 100101 1000 1011101 1000011 1001011

Color Harmonies of #BAEA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA94

Black with #BAEA94

Text Example


Text Example

White with #BAEA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA94; }

 p { color: rgb(186,234,148); }

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

background-color css

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

 a { background-color: rgb(186,234,148); }

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

border-color css

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

 span { border-color: rgb(186,234,148); }

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