#BAEB9A

Color #BAEB9A Madang (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madang #BAEB9A

Tints of Madang #BAEB9A

Color information

#BAEB9A (or 0xBAEB9A) is unknown color: approx Madang. HEX triplet: BA, EB and 9A. RGB value is (186,235,154). Sum of RGB (Red+Green+Blue) = 186+235+154=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 235 (92.19% from 255 or 40.87% from 575); Blue value is 154 (60.55% from 255 or 26.78% from 575); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEB9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEB9A is #451465. Grayscale: #D3D3D3. Windows color (decimal): -4527206 or 10152890. OLE color: 10152890.

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

Color convert

RGB186235154-
CMYK0.2100.340.08
HSL96.3º66.94%76.27%-
HSV(B)96.3º34.47%92.16%-
XYZ55.7972.1941.57-
YUV211.1295.77110.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.35%
GREEN value IS 235 (92.19% from 255) = 40.87%
BLUE value IS 154 (60.55% from 255) = 26.78%
R=32.35%
G=40.87%
B=26.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862351540.2100.340.0896.366.9476.27
HexBAEB9A15022860434c
Octal2723532322504210140103114
Binary1011101011101011100110101010101000101000110000010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEB9A; }

 p { color: rgb(186,235,154); }

 H1.HeaderClassName
 {
   color: #BAEB9A;
 }
 .AnyTagClassName
 {
   color: #BAEB9A;
 }
</style>
background-color css

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

 a { background-color: rgb(186,235,154); }

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

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

 span { border-color: rgb(186,235,154); }

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