Html Css Color HEX #BAE296 Madang

📋 copy color: '#BAE296'

red 186 ◦ green 226 ◦ blue 150

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

Shades of Madang #BAE296

Tints of Madang #BAE296

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.21%

 BLUE value IS 150 (58.98% from 255) = 26.69%

R = 33.1%
G = 40.21%
B = 26.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#BAE296 (or 0xBAE296) is known color: Madang. HEX triplet: BA, E2 and 96. RGB value is (186,226,150). Sum of RGB (Red+Green+Blue) = 186+226+150=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE296 is #451D69. Grayscale: #CDCDCD. Windows color (decimal): -4529514 or 9888442. OLE color: 9888442.

HSL color Cylindrical-coordinate representation of color #BAE296: hue angle of 91.58º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAE296 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 226 150 -
CMYK 0.18 0 0.34 0.11
HSL 91.58º 0.57% 0.74% -
HSV(B) 91.58º 0.34% 0.89% -
XYZ 52.95 67.03 39 -
YUV 205.38 96.75 114.18 -
System Red Green Blue C M Y K H S L
Decimal 186 226 150 0.18 0 0.34 0.11 91.58 0.57 0.74
Hex BA E2 96 12 0 22 B 5C 39 4A
Octal 272 342 226 22 0 42 13 134 71 112
Binary 10111010 11100010 10010110 10010 0 100010 1011 1011100 111001 1001010

Color Harmonies of #BAE296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE296

Black with #BAE296

Text Example


Text Example

White with #BAE296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE296; }

 p { color: rgb(186,226,150); }

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

background-color css

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

 a { background-color: rgb(186,226,150); }

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

border-color css

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

 span { border-color: rgb(186,226,150); }

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