#BAEE98

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

Shades of Madang #BAEE98

Tints of Madang #BAEE98

Color information

#BAEE98 (or 0xBAEE98) is unknown color: approx Madang. HEX triplet: BA, EE and 98. RGB value is (186,238,152). Sum of RGB (Red+Green+Blue) = 186+238+152=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 238 (93.36% from 255 or 41.32% from 576); Blue value is 152 (59.77% from 255 or 26.39% from 576); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEE98 is #451167. Grayscale: #D4D4D4. Windows color (decimal): -4526440 or 10022586. OLE color: 10022586.

HSL color Cylindrical-coordinate representation of color #BAEE98: hue angle of 96.28º degrees, saturation: 0.72, 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 #BAEE98 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB186238152-
CMYK0.2200.360.07
HSL96.28º71.67%76.47%-
HSV(B)96.28º36.13%93.33%-
XYZ56.4973.8640.98-
YUV212.6593.77108.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 238 (93.36% from 255) = 41.32%
BLUE value IS 152 (59.77% from 255) = 26.39%
R=32.29%
G=41.32%
B=26.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862381520.2200.360.0796.2871.6776.47
HexBAEE9816024760484c
Octal272356230260447140110114
Binary101110101110111010011000101100100100111110000010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEE98; }

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

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

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

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

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

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

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

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