#BAEF97

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

Shades of Madang #BAEF97

Tints of Madang #BAEF97

Color information

#BAEF97 (or 0xBAEF97) is unknown color: approx Madang. HEX triplet: BA, EF and 97. RGB value is (186,239,151). Sum of RGB (Red+Green+Blue) = 186+239+151=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 151 (59.38% from 255 or 26.22% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEF97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEF97 is #451068. Grayscale: #D5D5D5. Windows color (decimal): -4526185 or 9957306. OLE color: 9957306.

HSL color Cylindrical-coordinate representation of color #BAEF97: hue angle of 96.14º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAEF97 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB186239151-
CMYK0.2200.370.06
HSL96.14º73.33%76.47%-
HSV(B)96.14º36.82%93.73%-
XYZ56.774.4140.65-
YUV213.1292.94108.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 239 (93.75% from 255) = 41.49%
BLUE value IS 151 (59.38% from 255) = 26.22%
R=32.29%
G=41.49%
B=26.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862391510.2200.370.0696.1473.3376.47
HexBAEF9716025660494c
Octal272357227260456140111114
Binary101110101110111110010111101100100101110110000010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEF97; }

 p { color: rgb(186,239,151); }

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

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

 a { background-color: rgb(186,239,151); }

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

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

 span { border-color: rgb(186,239,151); }

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