#BAEAA7

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

Shades of Madang #BAEAA7

Tints of Madang #BAEAA7

Color information

#BAEAA7 (or 0xBAEAA7) is unknown color: approx Madang. HEX triplet: BA, EA and A7. RGB value is (186,234,167). Sum of RGB (Red+Green+Blue) = 186+234+167=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 167 (65.62% from 255 or 28.45% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEAA7 is #451558. Grayscale: #D4D4D4. Windows color (decimal): -4527449 or 11004602. OLE color: 11004602.

HSL color Cylindrical-coordinate representation of color #BAEAA7: hue angle of 102.99º degrees, saturation: 0.61, 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 #BAEAA7 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB186234167-
CMYK0.2100.290.08
HSL102.99º61.47%78.63%-
HSV(B)102.99º28.63%91.76%-
XYZ56.6572.0747.49-
YUV212.01102.6109.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.69%
GREEN value IS 234 (91.80% from 255) = 39.86%
BLUE value IS 167 (65.62% from 255) = 28.45%
R=31.69%
G=39.86%
B=28.45%

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
Decimal1862341670.2100.290.08102.9961.4778.63
HexBAEAA71501D8673d4f
Octal272352247250351014775117
Binary10111010111010101010011110101011101100011001111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAA7; }

 p { color: rgb(186,234,167); }

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

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

 a { background-color: rgb(186,234,167); }

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

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

 span { border-color: rgb(186,234,167); }

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