#BAEC98

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

Shades of Madang #BAEC98

Tints of Madang #BAEC98

Color information

#BAEC98 (or 0xBAEC98) is unknown color: approx Madang. HEX triplet: BA, EC and 98. RGB value is (186,236,152). Sum of RGB (Red+Green+Blue) = 186+236+152=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 152 (59.77% from 255 or 26.48% from 574); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEC98 is #451367. Grayscale: #D3D3D3. Windows color (decimal): -4526952 or 10022074. OLE color: 10022074.

HSL color Cylindrical-coordinate representation of color #BAEC98: hue angle of 95.71º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAEC98 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB186236152-
CMYK0.2100.360.07
HSL95.71º68.85%76.08%-
HSV(B)95.71º35.59%92.55%-
XYZ55.9172.740.79-
YUV211.4794.44109.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.40%
GREEN value IS 236 (92.58% from 255) = 41.11%
BLUE value IS 152 (59.77% from 255) = 26.48%
R=32.40%
G=41.11%
B=26.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862361520.2100.360.0795.7168.8576.08
HexBAEC9815024760454c
Octal272354230250447140105114
Binary101110101110110010011000101010100100111110000010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEC98; }

 p { color: rgb(186,236,152); }

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

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

 a { background-color: rgb(186,236,152); }

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

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

 span { border-color: rgb(186,236,152); }

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