#BAEB9E

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

Shades of Madang #BAEB9E

Tints of Madang #BAEB9E

Color information

#BAEB9E (or 0xBAEB9E) is unknown color: approx Madang. HEX triplet: BA, EB and 9E. RGB value is (186,235,158). Sum of RGB (Red+Green+Blue) = 186+235+158=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEB9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEB9E is #451461. Grayscale: #D3D3D3. Windows color (decimal): -4527202 or 10415034. OLE color: 10415034.

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

Color convert

RGB186235158-
CMYK0.2100.330.08
HSL98.18º65.81%77.06%-
HSV(B)98.18º32.77%92.16%-
XYZ56.1372.3243.35-
YUV211.5797.77109.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.12%
GREEN value IS 235 (92.19% from 255) = 40.59%
BLUE value IS 158 (62.11% from 255) = 27.29%
R=32.12%
G=40.59%
B=27.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862351580.2100.330.0898.1865.8177.06
HexBAEB9E15021862424d
Octal2723532362504110142102115
Binary1011101011101011100111101010101000011000110001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEB9E; }

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

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

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

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

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

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

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

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