#BAEBA8

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

Shades of Madang #BAEBA8

Tints of Madang #BAEBA8

Color information

#BAEBA8 (or 0xBAEBA8) is unknown color: approx Madang. HEX triplet: BA, EB and A8. RGB value is (186,235,168). Sum of RGB (Red+Green+Blue) = 186+235+168=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 168 (66.02% from 255 or 28.52% from 589); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEBA8 is #451457. Grayscale: #D4D4D4. Windows color (decimal): -4527192 or 11070394. OLE color: 11070394.

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

Color convert

RGB186235168-
CMYK0.2100.290.08
HSL103.88º62.62%79.02%-
HSV(B)103.88º28.51%92.16%-
XYZ57.0372.6848.07-
YUV212.71102.77108.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.58%
GREEN value IS 235 (92.19% from 255) = 39.90%
BLUE value IS 168 (66.02% from 255) = 28.52%
R=31.58%
G=39.90%
B=28.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862351680.2100.290.08103.8862.6279.02
HexBAEBA81501D8683f4f
Octal272353250250351015077117
Binary10111010111010111010100010101011101100011010001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBA8; }

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

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

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

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

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

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

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

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