#BAFD9C

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

Shades of Madang #BAFD9C

Tints of Madang #BAFD9C

Color information

#BAFD9C (or 0xBAFD9C) is unknown color: approx Madang. HEX triplet: BA, FD and 9C. RGB value is (186,253,156). Sum of RGB (Red+Green+Blue) = 186+253+156=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 156 (61.33% from 255 or 26.22% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFD9C is #450263. Grayscale: #DEDEDE. Windows color (decimal): -4522596 or 10288570. OLE color: 10288570.

HSL color Cylindrical-coordinate representation of color #BAFD9C: hue angle of 101.44º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAFD9C is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB186253156-
CMYK0.2600.380.01
HSL101.44º96.04%80.2%-
HSV(B)101.44º38.34%99.22%-
XYZ61.3883.0944.26-
YUV221.9190.8102.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.26%
GREEN value IS 253 (99.22% from 255) = 42.52%
BLUE value IS 156 (61.33% from 255) = 26.22%
R=31.26%
G=42.52%
B=26.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862531560.2600.380.01101.4496.0480.2
HexBAFD9C1A0261656050
Octal272375234320461145140120
Binary1011101011111101100111001101001001101110010111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFD9C; }

 p { color: rgb(186,253,156); }

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

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

 a { background-color: rgb(186,253,156); }

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

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

 span { border-color: rgb(186,253,156); }

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