#BAFB9A

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

Shades of Madang #BAFB9A

Tints of Madang #BAFB9A

Color information

#BAFB9A (or 0xBAFB9A) is unknown color: approx Madang. HEX triplet: BA, FB and 9A. RGB value is (186,251,154). Sum of RGB (Red+Green+Blue) = 186+251+154=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 251 (98.44% from 255 or 42.47% from 591); Blue value is 154 (60.55% from 255 or 26.06% from 591); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFB9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFB9A is #450465. Grayscale: #DCDCDC. Windows color (decimal): -4523110 or 10156986. OLE color: 10156986.

HSL color Cylindrical-coordinate representation of color #BAFB9A: hue angle of 100.21º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAFB9A is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB186251154-
CMYK0.2600.390.02
HSL100.21º92.38%79.41%-
HSV(B)100.21º38.65%98.43%-
XYZ60.5881.7743.16-
YUV220.5190.47103.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.47%
GREEN value IS 251 (98.44% from 255) = 42.47%
BLUE value IS 154 (60.55% from 255) = 26.06%
R=31.47%
G=42.47%
B=26.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862511540.2600.390.02100.2192.3879.41
HexBAFB9A1A0272645c4f
Octal272373232320472144134117
Binary10111010111110111001101011010010011110110010010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFB9A; }

 p { color: rgb(186,251,154); }

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

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

 a { background-color: rgb(186,251,154); }

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

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

 span { border-color: rgb(186,251,154); }

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